| Thread | Last Post | Replies |
|
| The Access Menu Bar disappears in 2003 | 21 Jul 2008 15:09 GMT | 1 |
I have a couple databases from 1998-1999 that we are still using and have been able to convert up without any problems with each version. I recently converted them to Access 2003 sp3 and now I am having issues keeping the menu bar in Access. I have a little code written in Access ...
|
| Security Warning Problem | 21 Jul 2008 14:31 GMT | 3 |
I have developed my database with MA 2007 purposely got rid of my 2 macros and used vb script to replace them (MoveSize) When I email a copy of this database to my laptop which only has Microsoft Runtime, I am getting a security warning each time I open the database on my
|
| Filtered Records and Data Entry | 21 Jul 2008 13:45 GMT | 8 |
I have a database that when opened filters to the user's set of records. When the recordset is empty however, i get a blank, empty form with no controls on it. I was wondering, what is the standard procedure for querying if a recordset does not contain any records for a person?
|
| Multiple records for unique id number | 21 Jul 2008 13:37 GMT | 1 |
I have a table, tblEngineerDetails. This simply contains a unique Engineer ID Number, Surname, Forename. On my other tables I then include Engineer ID field as a primary key and link the fields in the relationship e.g. tblEngineerAddresses. This way on an enter engineer details ...
|
| Recalc Combo Box - F9 | 21 Jul 2008 13:25 GMT | 2 |
I would appreciate some help with the vba code for the following problem. I have an unbound combo box cboFamily on my main form frmNewHousehold to select a family from my tblFamily. I have a subform frmNewMember
|
| what is need to inistall windows vista | 21 Jul 2008 13:21 GMT | 1 |
what is need to inistall windows vista
|
| Access versions and compatibiltiy with versions of Windows | 21 Jul 2008 12:43 GMT | 3 |
I am attempting to collate a table of which versions of Access work with which versions of Windows. I have managed to cobble something together, but wondered if Microsotf had a matrix already that I could compare with. Also, how do the runtime versions of each version of access ...
|
| DateDiff Question | 21 Jul 2008 12:22 GMT | 4 |
Good Day Everyone! I need an expression for my query. What I have is a database tracking bearing temperatures. My table (what the query is based on) looks like this, (this is abbreviated, there are actually 4 sets of bearings in this table all
|
| IF Statement | 21 Jul 2008 11:40 GMT | 6 |
my database looks like http://www.filehive.com/files/080717/access.bmp http://www.filehive.com/files/080717/report.bmp is it possible to create an if statement where if
|
| Being able to retrieve a previous filter on a form | 21 Jul 2008 10:53 GMT | 1 |
Lets say I have a query as the forms record source I do some filtering of the form then close the form. Is there anyway to save the forms previous query or be able to retieve it
|
| Printer Choice | 21 Jul 2008 03:36 GMT | 1 |
Access 2007 I want to have a macro that prints a form to .pdf. However the .pdf printer is not the default printer. Is there anyway to code changing printers?
|
| Checking for Null | 21 Jul 2008 03:20 GMT | 2 |
Just trying to stop wrong entries from happening but the following wont work ____ Private Sub NewWorkOrder_Click() On Error GoTo Err_NewWorkOrder_Click
|
| Point Me to the Next Step... | 21 Jul 2008 01:16 GMT | 2 |
I created a database listing the contents of all my office's file cabinets -- about 800 rows with columns for File Cabinet, File Folder, Documents (within the folders), Keywords, Date, Comments. It's very easy for me to search the table's columns with Ctrl-F to find things, but ...
|
| Double-click a continous form to get an entry form | 20 Jul 2008 23:28 GMT | 13 |
I have a continous form that lists the records in a table. I want the user to be able to double-click on one of the rows in the form to open an entry form to edit the record. I have not been able to figure out how to do this. Any suggestions?
|
| Connect a Document to a Database | 20 Jul 2008 23:22 GMT | 3 |
How do I connect a Word template with fillable/dropdown fields to an Access database? Essentially the Word templates are forms I just need to know how to bypass doing twice the work by having this information automatically populate an
|