| Thread | Last Post | Replies |
|
| Best approach ... | 01 Mar 2008 23:15 GMT | 3 |
I have a db (already deployed at several locations). Since I deployed it I have continued to develop new forms, report (with vba as well). i am looking for a way to send an 'updater'. I was thinking a db with the new objects that once launched using an autoexec macro would ...
|
| new run-time errors in existing db | 01 Mar 2008 21:48 GMT | 4 |
I created an Access db 4 years ago, and it's been running perfectly until today. The opening criteria form has 7 text boxes that can be filled in or left blank. The first is for location, the next 2 are starting & ending dates, the last 4 are other criteria like document number ...
|
| 2 Column Combo Box and Control Source | 01 Mar 2008 19:05 GMT | 1 |
In my Access 2003 form I have a 2 column combo box that is Bound to column 2. The first column are Dates the second column are Labels, both are pulled from an SQL 2000 database. When I add column 1 (Dates) as the Control Source the Control Source doesn't work, the combo box ...
|
| Copy or addnew from an array | 01 Mar 2008 17:11 GMT | 1 |
The object is to update an indexed table (2000+ records) with any changes from an new, imported set of records. My current approach is to use an append query, which works but takes a relatively long time to run, and it only appends unmatched records. A second, Update query is ...
|
| How do I hide the ribbon tab named HOME? | 01 Mar 2008 15:12 GMT | 3 |
As a Developer, I have found code to hide 3 of the ribbon tabs, <tab idMso="TabCreate" visible="false" /> <tab idMso="TabExternalData" visible="false" /> <tab idMso="TabDatabaseTools" visible="false" />
|
| Set table conditions to run Docmd | 01 Mar 2008 14:11 GMT | 5 |
Hi; I have a number of table transfers (import & export) I want to occur via code when the fields in a master table are set specifically as such; (To execute this I am using a command button on a form).
|
| Run Excel Macro | 01 Mar 2008 05:34 GMT | 4 |
Using the code below, I create a temporary data file in the dblink file, then open an excel file, fasb.xls. DoCmd.OpenQuery "FASBMakeTempQry" DoCmd.CopyObject "c:\dblink.mdb", , acTable, "FASBTableTemp"
|