| Thread | Last Post | Replies |
|
| SQL COUNT request in VBA | 29 Dec 2003 12:09 GMT | 3 |
When i wrote DIM BDD as i don't get any proposal. Thanks for your help JPB
|
| TransferDatabase from MDE w/ password | 28 Dec 2003 21:59 GMT | 1 |
I am trying to use the transfer database action in a macro to import a table from an MDE into the mother MDB file. I am prompted for the MDE password and it appears to run without errors but when checking my tables there is no
|
| View options have vanished | 28 Dec 2003 20:46 GMT | 1 |
I have an Access database that I created long back in Office 97, and then continued using in Office 2000, but a peculiarity has developed following my recent upgrade to Office XP. The database includes a "startup macro" to open a front-end form containing
|
| SQL COUNT request in VBA | 28 Dec 2003 19:27 GMT | 2 |
The error number is 13 : compabilit? de type that i translate in TYPE INCOMPATIBILITY on the line Set RST = CurrentDb.OpenRecordset(strSQL)
|
| Code for Random selector | 27 Dec 2003 19:07 GMT | 1 |
I would like to create a simple database of people and after they are entered I would like to run a code that will randomly select a name and then move on to the next name. Once the name has been selected I will not want to
|
| Triggering a Macro | 24 Dec 2003 12:46 GMT | 2 |
I have a macro that I need to execute each time a record is inserted, removed, or updated in an access table. Records are being inserted and edited through active server pages meaning I can't rely on an event, control or
|
| Macro running Queries | 23 Dec 2003 22:24 GMT | 1 |
I have a macro running a series of queries. I would like to code some of the responses to the query promts in the macro. I have tried, unsuccesfully, to put the data in the Condition field of the macro. How can this be done?
|
| How to override the default "Save"? | 23 Dec 2003 01:54 GMT | 3 |
Access is defaulted to save any change updated to records, however, I want to write a VBA which user must click the "Save" button in order to save or update the records, if user did not click the "Save" button, the new change won't update to the Database. How can I do that?
|
| SpellNumber macro in Access report | 22 Dec 2003 23:57 GMT | 1 |
I use a macro called SpellNumber in Excel that takes a numeric number from a specified cell and converts it to text. I would like to use that same macro in an Access report but I'm not smart enough about Access to figure out
|
| Compact and Repair macro | 22 Dec 2003 23:51 GMT | 1 |
I have set up a macro to compact and repair an Access 1997 database that works fine. Now I'm trying to get the macro to work w/the Acess 2000 version of the '97 database and the compact and repair macro isn't working. I've checked
|
| Outputting to Excel | 22 Dec 2003 15:52 GMT | 2 |
I have created some reports in Access, and want to create a macro that will open and run and then export to excel. How do I do this? I have started the macro by writing OpenReport, and naming the report. I get stuck when it comes to exporting to Excel. Do I need to go into
|
| how can show a form for certain time and then close it automatically | 22 Dec 2003 05:16 GMT | 1 |
how can show a form for certain time and then close it automatically. e.g. popup a form for 5 seconds and then close by itself
|
| Autokeys | 21 Dec 2003 13:23 GMT | 1 |
Is there a way to set up autokeys to take multiple characters, ex: CTRL ABCD It will take ^A, but ^AB errors out.
|
| "Syncronise" Auto-IDs to match in serveral forms? | 20 Dec 2003 07:07 GMT | 1 |
this is probably a simple question for most of you out there but this problem has me totally stumped... Intro: My database consists of five tables and ten different forms (two forms access the same table but only different
|
| OpenQuery and OpenTable (size of window) | 19 Dec 2003 21:58 GMT | 2 |
I have used the macro commands OpenQuery and OpenTables to automate the conditional opening of a query and a table respectively in datasheet view. The problem is that both of these commands open the corresponding query and table
|