Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Browsing all 13329 articles
Browse latest View live

Capture last modified user | Ashish API

I'm trying to capture the network ID user name of the person that last modifies a record in an access form. I'm using access 2010. I already use this API to get the user name that enters a new record...

View Article


Image may be NSFW.
Clik here to view.

SubForm based on ComboBox

Private Sub Combo6_AfterUpdate() ' Find the record that matches the control. Dim rs As Object Set rs = Me.Recordset.Clone rs.FindFirst "[MembersID] = " & Str(Nz(Me![Combo6], 0)) If Not rs.EOF Then...

View Article


SQL Query Help

I have to qurery to get the distict value of coulmn 2 where coumn3 has value X. For example B2 has a value 'Q' in column2 then it should not be selected.All B3 has value X then it should be selected....

View Article

Distributed text align last line issue

I have a text box with a concatenated output between static text and various fields. The box can grow/shrink as necessary depending on the output. The client wants it to be justified, which the...

View Article

Extract Quarter from date

Hi , Could you please help me to extract quarter from date. I have following date format 5/31/2005 12:00:00.000000000 AM i need out that Q2 2005 Thanks in Advance

View Article


Copy and Paste Macro bogging down

I have a macro that copies and pastes fields, line by line into a different program open at the same time as Excel. Basically it tabs through the spreadsheet copying, then it switches focus to the 3rd...

View Article

order by clause irrespective of specific record

hi , the query has been resolved thanks alot.

View Article

date logic

Hi, DB2 V9.1 Z/os Please find the Base_Table row and help me to write a query how to get the 'Expected Output' as below Code: SELECT  PLT_NM, FIRST_NO, SECOND_NO, THIRD_NO, WORK_DT_FR, WORK_DT_TO FROM...

View Article


how to create and schedule a job

Hi, I wrote a number of SQL scripts to do a data migration, from MSSQL 2000 to 2008 R2. These scripts should be run each night. All error message should be captured, though execution may continue, so...

View Article


Vb-access runtime error 3001

DEAR SIR, I AM A STUDENT IN VISUAL BASIC.I AM TRYING TO INSERT IMAGE ON VB FORM(GETCHUNK--METHOD),IT IS SUCCESSFULLY SAVED AND TRYING TO RETRIEVE IN SAME TIME ITS OK AND TRYING TO EDIT THAT FORM AND...

View Article

Lookup with multiple values

Hiya I've put a few fields in a table which are looking up values in another table, and I ticked the multiple items box in the wizard. This works fine if I want to enter data into the table, I get a...

View Article

Correct way to fix "index is out of date" errors

My software application uses Paradox tables written in Embarcadero RAD Studio/C++Builder XE. Recently, my users have been receiving "index is out of date" errors when accessing the point in the code...

View Article

Image may be NSFW.
Clik here to view.

Avoid double bookings in art case database

Hello, I work across a number of small venues which have art cases that can be booked for displays. I am trying to build a simple data base to report what space is available and also what art is...

View Article


Database to Chart Application Help

I am in need of a charting software that will take data from a spreadsheet or database entry and turn it into a graphic chart. That sounds easy but what I am looking for is a chart that looks like this...

View Article

TSA db2 failback

Hello, does anyone know if automated failback (after the primary -failed- node is again available) is possible? Because now TSA automatically does the failover to the standby node but if I want to use...

View Article


VBA Insert with variables from Form

I'm in the process of included soem basic auditing on a form in which each time someone clicks a checked box to indicate in a location is in a low line area (flood risk) a record will be inserted into...

View Article

Slow Performance table proxy between Sybase 11.9 and Sybase 12.5 on VMWARE

Hi, First time for me on this great place. A great help ! I have a weird problem with my sybase servers on Windows Server since they are on virtual machines by wmware. The first server is on Sybase ASE...

View Article


Linking two form on Access 2010

I have two forms with set of questions and I need to link them together any help will be highly appreciated Primary key is user ID . Thanks so much.

View Article

Report Code is not allowing return to main code

From access 98 through 2003 this process worked fine until I upgraded to 2013 access. I have a form that is used for shipping a parts back. A few fields have to be manually entered such as the return...

View Article

How to output SQL information messages to the user

I have a stored procedure that returns a message if there is a difference between two tables: There are errors in the Spreadsheet 12345-75, 56789-00, 77777-80 In my web application I would like to...

View Article
Browsing all 13329 articles
Browse latest View live