| Thread | Last Post | Replies |
|
| SendObject sends out multiple wrong files | 08 Feb 2005 14:01 GMT | 1 |
We have a system where numerous Access databases send out excel files to clients automatically using the DoCmd.SendObject command. (We also have databases which use the Outlook API and CDO but the failure here occurred on one using the SendObject command). We had an email go ...
|
| Trapping errors and creating custom error messages | 08 Feb 2005 13:13 GMT | 2 |
As a means of making things easier for those responsible for maintaining systems, when an error is caught, I would like to display an error message to the user stating: 1. Form/Report which throws the error;
|
| Barcodes in Access 2003 | 08 Feb 2005 12:07 GMT | 2 |
Can access be programed to work with a barcode scanner; in other words, scan an items barcode and have Access input the information onto a form?
|
| Convert octal to decimal | 08 Feb 2005 11:14 GMT | 1 |
Is there a standard function that converts an octal number to the corresponding decimal number? Like the "inverse Oct()"
|
| Enabled/Locked | 08 Feb 2005 09:05 GMT | 1 |
This one is a bit bizzar. I have a simple, one table form in continous list view. After I leave a field it locks and nothing else can be entered. I cannot find where this locking is taking place. I've
|
| Compact on close... | 08 Feb 2005 04:01 GMT | 4 |
I am using Access 97 and hence do not have the option of selecting 'Compact on close.' Is there a way to compact my database everytime it is closed by running a macro or something? This database will be shared on a server. Does this complicate issues?
|
| newbie: needhelp with custom built menu bar | 08 Feb 2005 03:29 GMT | 4 |
I already know the way to create custom menu bar in Access by point to: Tool-->Customize--> and then drag custom menu into outside. But I wonder if there is a way to put (simple) VBA code into custom menu bar? I mean, for example, I already have a blank custom menu bar, and then I ...
|
| (Off Subject) Cleaning a Laptop Screen | 08 Feb 2005 02:53 GMT | 6 |
Can anyone recommend something that I can use to clean the screen on my laptop?
|
| Date Query in Access Project | 08 Feb 2005 01:13 GMT | 6 |
How do I write a WHERE statement to pull records for "Today" only. Is there one, or do I have to do it with VBA?
|
| How to merge 2 txt files | 07 Feb 2005 22:06 GMT | 3 |
Hope anybody can help me. Created 2 tabels via append query's and export limited the content to two text files. Both txt files have differtent content and export specs.
|
| openrecordset | 07 Feb 2005 22:05 GMT | 1 |
Can someone tell me what i need to add under tools/referencesin Vb to activate "Openrecordset" please pat
|
| Access 97 string functions 'broken' after windows upgrade | 07 Feb 2005 20:38 GMT | 3 |
I have an Access 97 (yes, still) application which was developed on a Windows NT machine. I've upgraded my development PC to Windows XP and now I'm getting errors wherever the Format(), Left(), etc. functions appear in reports. I'm sure I've had something very similar before ...
|
| Need VBA assistance for Open Dialogue Box | 07 Feb 2005 19:05 GMT | 1 |
Good morning. I am using an Access VBA module to control Excel and I need to figure out code that can simply change current directory to a set directory and then show Excel's "Open" Diaglogue box. I am aware that I can use an open command
|
| DoCmd. cmd. Me. problems | 07 Feb 2005 18:21 GMT | 2 |
I have XP Professional and my database is 2000 format. Anytime I have in my code the DoCmd. cmd. or Me. and I debug I get hung up there. I have Microsoft ActiveX Data Objects 2.1 Library referenced and my dim statements are:
|
| ConvertAccessProject | 07 Feb 2005 16:56 GMT | 1 |
I have Access 2003 and Access 97 installed on my PC. I wish to upgrade the Access 97 databases to 2003. For example sake, lets say I have 1500 databases that need converting. The acFileFormat offers several options of formats:
|