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 ArticleSubForm 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 ArticleSQL 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 ArticleDistributed 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 ArticleExtract 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 ArticleCopy 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 Articleorder by clause irrespective of specific record
hi , the query has been resolved thanks alot.
View Articledate 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 Articlehow 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 ArticleVb-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 ArticleLookup 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 ArticleCorrect 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 ArticleAvoid 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 ArticleDatabase 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 ArticleTSA 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 ArticleVBA 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 ArticleSlow 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 ArticleLinking 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 ArticleReport 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 ArticleHow 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