| Thread | Last Post | Replies |
|
| Pausing or Suspending code | 13 Jul 2005 17:29 GMT | 1 |
Hi.. Im working in Access 2000 and have created code as part of the Onclick Event Procedure. Within this code I open a form that requires the user to make a selection. The selection passes back to the form where the OnClick event
|
| Recordset for queries | 13 Jul 2005 16:41 GMT | 12 |
Hello... I am working with Access 2000 and have a form that opens a number of recordsets to test for specific conditions. Is there a way to open a query using this recordset?
|
| VBA problem with ODBC | 13 Jul 2005 16:04 GMT | 4 |
I believe this is more of a VBA problem, as my ODBC code works, in another module... I have a module with code that I assembled last year. And my ODBC code works. When I run the code, Access does *not* ask me for a
|
| How to write If Else Statement in SQL of query | 13 Jul 2005 15:34 GMT | 6 |
I have 24 queries or so that run data by Day. I just realized I may want to see data by Year. Rather than do a whole set of 24 queries all over again, I see that if I just interrupt one with a little If-Else code, I could be set.
|
| How can i solve this Error 2113 | 13 Jul 2005 11:51 GMT | 1 |
Private Sub Lot_No_AfterUpdate() Dim db As Database, rst As Recordset Set db = CurrentDb Set rst = db.OpenRecordset("SELECT * FROM tlbReceiving WHERE Lot_No = " &
|
| Access 97 : export to text file | 13 Jul 2005 11:44 GMT | 1 |
The text file will receive accounting records for a third party accounting package. Each record set contains 2 or more transactions. The third party package requires a double carriage return to signify the end of each record set.
|
| Inserting an OR operator into an event procedure | 13 Jul 2005 11:40 GMT | 1 |
First, some background: All teachers can author a multiple number of projects, and can be the lead author or co-author for each project. I have 2 tables - TBL projects and TBL teachers. Projects looks up teacher
|
| dbas to access | 13 Jul 2005 11:33 GMT | 7 |
I am moving from dbas to access. I have 2 tables - todays runners and past results. identical structures. the results table may have numerous lines of form for each of todays runners. I only want to return the most recent 4 formlines.
|
| getting output from a query | 13 Jul 2005 09:02 GMT | 3 |
My code is as follows: Dim con2 As ADODB.Connection Dim sqltext As String sqltext = some query
|
| How to filter form and combobox | 13 Jul 2005 08:10 GMT | 1 |
My library database has books in to locations--identified as LocationID = 1 or LocationID = 2 in my tblBooks. I successfully created an option group on frmBooks that filters the records so the staff can look at titles in only their location or both
|
| docmd.runSQL Vs DB.execute | 13 Jul 2005 02:11 GMT | 2 |
What is it faster to run a SQL querie, running docmd.runSQl or execute DAO method? Thanks
|
| What is max number of Linked tables in ACCESS 2003 ? | 13 Jul 2005 02:05 GMT | 1 |
I am developing an application that uses linked tables from SQL Server db to ACCESS, after the number of linked tables exceeded 50 I started facing some application run time errors while refreshing the Linked Tables Connection to SQL Server ?
|
| How to open recordset | 13 Jul 2005 02:03 GMT | 1 |
I have to write a code where I have 2 tables table 1 and table 2 which are similar structures. I got to insert only those records which are not found based on a key field called rec_isn So I am trying to do something like this in access forms coding.. but it
|
| /cmd parameter not being passed to program. | 13 Jul 2005 01:54 GMT | 2 |
The shortcut target is: "path mydb.mdb" /cmd "abc" The function Command returns nothing regardless of where I use it. By 'where I use it" I mean that I have tried it in many places just in case it has a
|
| OpenArgs Compatibility | 12 Jul 2005 22:35 GMT | 5 |
I have had some challenges with some code I wrote working in Access 2000. I read that the OpenArgs parameter does not work for reports in Access 97 and 2000. Is the same true for OpenArgs when opening a form? Thanks for you help.
|