| Thread | Last Post | Replies |
|
| Canceling adding a new record on a form | 31 Jul 2005 21:27 GMT | 11 |
I have a subform that lists guests attached to a reservation using CONTINUOUS view. Guests are selected using a comboBox. Since a guests SHOULD NOT be listed twice on a reservation, I want to put something together where if the guest is selected, the user is advised that the
|
| Read Excel files into database | 31 Jul 2005 00:26 GMT | 2 |
Hi, Guys I got thousands of same format Excel files which needed to be imported into access, is there a code or tool can help me out? u quick response is trully appreciated.
|
| alternate to CurrentDb.Execute for make-table query | 30 Jul 2005 22:40 GMT | 7 |
i have a process where multiple action queries are run sequentially to generate data for a report, including some make-table queries. this process is used repetitively, so the tables that are created by the make-table queries already exist after the first "run".
|
| Need help coding a function to define relationship | 30 Jul 2005 16:42 GMT | 2 |
Hi everyone.... I have an application deployed with front-end / back-end, and have periodic need to replace front-end with a new version. Sometimes, this new version requires some structure changes to the back-end (add a field to an existing
|
| Whole word Match | 30 Jul 2005 07:46 GMT | 8 |
I am using findfirst to locate records within my recordset. I would like the record to be found only if the whole word exactly matches any word within the sentence being searched. i.e. String “Johnson Foodstore” returns false when searching for “John” but
|
| How to export foxpro db to access mdb | 30 Jul 2005 06:56 GMT | 7 |
I am not family with foxpro. I have tried to export foxpro db to xls before, i found a field is minutes format. all this fields data cannot export to xls. then how can i export foxpro data completely to access mdb. Thank you very much
|
| Error Running Code | 30 Jul 2005 01:16 GMT | 4 |
I am recieving the following error when executing the following code in a report: Run-time error '2427': You entered an expression that has no value.
|
| Difference Between Null, Empty and "" | 30 Jul 2005 01:00 GMT | 8 |
Can anyone explain the difference between these and when to use each, particularly in conditional statements?
|
| Execute Stored Procedure | 30 Jul 2005 00:59 GMT | 1 |
I have Access 2003 mdb file with linked data from SQL Server 2000. I have created a stored procedure on the SQL server that manages role memebership and data access. I am looking for help/article to assist me in creating the connection string to the SQL Server and execute the ...
|
| How do I sort numbers & text in an Access text field | 30 Jul 2005 00:13 GMT | 3 |
I have data in a field e.g. 1 3 0
|
| Edit Value In All Tables | 30 Jul 2005 00:07 GMT | 1 |
I have a LongInt field in all my tables called "SetupID" I am looking for a function that will go through all my tables, except the system tables, and reset the "SetupID" to the "SetupID" value in the tblMyCompanyInformation table
|
| VBA References | 29 Jul 2005 23:26 GMT | 1 |
I saw an article recently that described how to programmatically check to see if the users version of Access had then necessary VBA references (Microsoft Office 10.0 Object Library etc) If the reference was not found, the code would add it to the users References on startup.
|
| Table not found by code | 29 Jul 2005 22:12 GMT | 5 |
I had posted this before but didn't get help. Somebody had helped me put together a VB code to add some textboxes from a form to a table. Anyway, I get an error message when the code reaches the a point refering to OpenRecordset; a message pops up and says "Item not
|
| debugging code- access/vba cannot find 'macro' | 29 Jul 2005 21:37 GMT | 7 |
the f5 or command in the immediate window pops the dialog to enter the macro to run... if I create a macro, and a function to call from the macro, where the function then invokes the sub proc I want to step through, that macro is still not found. office access 2003 sp1; The ...
|
| Openrecordset Query with Parameter | 29 Jul 2005 19:17 GMT | 7 |
I have report that summaizes rolling periods. It is based on a Crosstab query, but some label captions and rowsource properties of fields change as the column headings potentially change each time the report is run. So I am using DAO statements on the Open event of the report to ...
|