| Thread | Last Post | Replies |
|
| importing from outlook problem | 01 Dec 2006 20:06 GMT | 1 |
When importing outlook information into my contacts and companies table Getting error Error 3022; The changes you requested to the table were not successful because they would create duplicate values in the index, primary key, or relationship. (Error 3022) You tried to duplicate a ...
|
| Code to delete all tables in an mdb | 01 Dec 2006 16:30 GMT | 3 |
I can loop through all of the tables in tabledefs, but how can I test for system tables?
|
| Changing OLE Links | 01 Dec 2006 08:07 GMT | 2 |
Hi MSDNers, I am trying to change the link (i.e. source) of a linked OLE object in my Access form in VBA, but have had little sucess after Googling for many hours. I have tried changing the property, "SourceDoc", for an unbound OLE obect,
|
| Bookings Integrity. | 01 Dec 2006 05:03 GMT | 1 |
In my database I have a booking system which books people into one of three 'beds'. Now the problem with this is that when the bookings are entered I have to avoid double bookings. I have looked at allenbrownes query http://www.allenbrowne.com/appevent.html
|
| sendobject | 01 Dec 2006 00:20 GMT | 3 |
I want to use sendobject based upon the active form record. I would like to automatically send it as a snapshot. How would I accomplish this? DoCmd.SendObject acSendReport, "Tolerance_report", , , , , "Sedalia Out of Tolerance Report", , True
|