| Thread | Last Post | Replies |
|
| "Sorry, Access has to close now for some reason or another..." msgs in A97 | 31 Oct 2005 09:41 GMT | 4 |
I get something like this a percentage of the time when I open an A97 report by dbl-clicking it in the database window. I can not remember seeing tnis when the report is opened in code, I can not remember it
|
| Set Up A Workgroup In The Command Line | 31 Oct 2005 09:29 GMT | 8 |
I need to be able to open an Access97 db with Access 2000. But I need to assign a workgroup to the db when it opens. I'm using Windows XP Home edition. I already have a shortcut on my desktop but don't know how to set it up
|
| @ to go down a line in message box prompt | 31 Oct 2005 07:04 GMT | 6 |
In Access 97 I used @ to make message boxes to separate the lines, rather than have the message all in one line. In Access 2000, all that happens is that "@" appears all over my message boxes.
|
| Trouble with navigation | 31 Oct 2005 01:31 GMT | 1 |
Form: Main Menu From the Main Menu you open up the main form, ?Program_services? (unbound) which serves various purposes aside from the fact that it has a single unbound, first, subform, ?frmMain? with two option buttons.
|
| How to show the System Name | 31 Oct 2005 01:27 GMT | 2 |
Dear reader, What is the VBA code to show the system name of a pc. Or is it possible to show the system name immediately in a query. Thanks for any help.
|
| DoCmd.OpenForm Problem | 31 Oct 2005 00:12 GMT | 2 |
I am trying to open a search results form based on the input from a prompt form. I am using the following code: --- Begin Code --- Private Sub btnSearch_Click()
|
| Run Time Error Question | 30 Oct 2005 23:53 GMT | 1 |
I have a form that uses an Image object to open a report (the report is based on a query). I used the image object because the MS command buttons are dull looking. All of this works well. The problem occurs if I choose to cancel when the "enter parameter box" appears. The query ...
|
| How to re-provide password to encrypted linked tables? | 30 Oct 2005 23:02 GMT | 2 |
I am building an Access 2002 frontend with linked tables to an encrypted Paradox 7 database. When I first create these linked tables, I'm asked for the password to the encrypted Paradox database, and the linked tables are successfully created. I use the data from these
|
| Programmatically unchecking Show Hidden Objects at DB-launch | 30 Oct 2005 22:45 GMT | 2 |
To simplify the user interface and to protect code I have unchecked the Tools|Options|View|Show Hidden objects. However, if a user selects displaying the hidden objects, I would like to reset this option by code at next database launch to not display the hidden
|
| Use of Parameter Query in Code | 30 Oct 2005 21:57 GMT | 1 |
I have a form that displays and allows user to edit colorsets, each colorset containing between 3and 11 colors. Each individual color is a combination of numerical values of Red,Blue, and Green.
|
| NZ Example from MLH | 30 Oct 2005 21:47 GMT | 42 |
The file is now available as http://www.ffdba.com/downloads/testingNZ3.dat (rename .dat to .mdb) or
|
| Totals query for the last date | 30 Oct 2005 21:28 GMT | 2 |
I have a problem with building a totals query showing data for the last date only.Under the last date i understand the last date of field invoicedate.This invoice date is in the table orders. Therefore in the column of the query i have entered :
|
| Date input mask. | 30 Oct 2005 21:08 GMT | 4 |
Greetings all... I need to be able to input dates into a table in the following format: Saturday/29/October/2005 Could someone please tell me the input mask for this?
|
| Compact/Repair | 30 Oct 2005 20:39 GMT | 5 |
Here is my situation:I have several Access database projects that all keep their back-end data in a directory on a server. I would like to have a small Access application that could open each .mdb file, then compact and repair it, with no user intervention other than launching
|
| Creating Object (Outlook.Application) | 30 Oct 2005 18:06 GMT | 5 |
I am trying to create an instance of Outlook.Application so that I may build an email within a routine in the VBA behind my database. I am running MS/Access 2003 (2000 format). The statement that is failing is:
|