| Thread | Last Post | Replies |
|
| ETime API? | 07 Jun 2006 15:03 GMT | 3 |
Has anyone had any occasion to interface with a time and attendance application call eTime? If so, can you point me to some API's?
|
| recordset with DO LOOP | 07 Jun 2006 14:06 GMT | 4 |
I guess I just don’t understand recordsets yet. I’m working on a form with a combo box that looks up customer names from a query that I use to identify the equipment that the customer has at his location.
|
| Delete a Relationship | 07 Jun 2006 12:55 GMT | 1 |
I have a system that when a new user is added 4 new Tables are created with 4 Relationships. The New tables are copies of a Master set mostly empty. (Template). The new tables are prefixed by name John_Smith_Transaction. I have mastered
|
| Get List of Control/Properties of Form from another Access DB | 07 Jun 2006 12:51 GMT | 1 |
I am programming in VBA and using DAO to connect to another Access DB (working fine). What I am trying to do is get a list of the Controls and the Properties for those controls for a Form on the other Access DB.
|
| Pulling Data from external table in another MS Access database | 07 Jun 2006 12:48 GMT | 8 |
Hello .... I am attempting to pull a value from a table in another access database. I really do not want to link or import the table because it is the security levels for this database. I am attempting to match the userid from a
|
| Reading ODBC table | 07 Jun 2006 12:20 GMT | 3 |
I'm reading an ODBC data source using DAO and the machine is really getting bogged down after just a few minutes. Can anyone offer any suggestions as to how I can improve the efficiency of this process since there are several million records the code has to read through and I ...
|
| Compare fields | 07 Jun 2006 12:01 GMT | 1 |
I have a data base for training, the employee gets a start date for a skill and when he has finished the training and achieved date there are never two dates, how do I return a value on a report which is based on a crosstab query to return either no date, start date or finish ...
|
| Get List of Control/Properties of Form from another Access DB | 07 Jun 2006 11:48 GMT | 1 |
I am programming in VBA and using DAO to connect to another Access DB (working fine). What I am trying to do is get a list of the Controls and the Properties for those controls for a Form on the other Access DB.
|
| Getting data from a second MDB file | 07 Jun 2006 11:25 GMT | 1 |
I have a MS-Access 2002 data base where a opening form sets security. Presently, the security is established by a function that determines userid and the sets the security in select case fgetuserid
|
| send two attachments using sendObject | 07 Jun 2006 06:40 GMT | 2 |
I am trying to email two reports as snapshot viewer attachments using the sendObject command but dont know how i would attach both items DoCmd.SendObject acReport, "chainChasePrint", "SnapshotFormat(*.snp)", "", "", "", "Weekly Sales Office Report", "Please find attached the ...
|
| Delete LDB File | 07 Jun 2006 00:03 GMT | 5 |
I have a persistent ldb file I need to get rid of. I am the only user, the LDBViewer shows it's ME logged in but I have cold booted my system, resynced folders, there's no one using the .mdb and yet the ldb file won't go away. How can I get rid of it?
|
| Grouping or records | 06 Jun 2006 20:43 GMT | 3 |
I have a form that has a button that feeds an Append query to another table. The person want to be able to create groups or records that can then be subtotaled on a report. My issue is how do I create a group that will allow this. I know how to handle the report side. The ...
|
| merge single record | 06 Jun 2006 17:11 GMT | 2 |
I am trying to put data into an access form based on a table (Name, Address, etc) then hit a button to print out a letter with that info in it. eg: <<address>>
|
| program a save as instead of save | 06 Jun 2006 17:07 GMT | 1 |
Wondering if there is anyway I can do something like docmd.saveas in VBA. IN my Data base i need it to be saved as something different every time and i want the save as to pop up automatically. Donbenz
|
| Identifying When Database Was Last Saved / By Whom | 06 Jun 2006 16:25 GMT | 2 |
Hi, A tricky one I think. I have been asked whether or not it is possible to show by either recording or displaying on the database when the database was last modified and saved. I am aware of the standard "Last Modified" and
|