| Thread | Last Post | Replies |
|
| Combining databases | 20 Jan 2006 22:11 GMT | 4 |
I have 10 data bases all with the same structure that I need to combine. They are large enough so that copy and append takes a great deal of time.
|
| Interesting Problem......... or not so for the advanced, lol | 20 Jan 2006 19:53 GMT | 2 |
At the moment my co uses a spreadsheet to note how many orders each engineer is assigned and this is updated manually. I've thought about transferring this to Access and have thought of two possible ways, 1 is clearly better then the other but goes beyond my Access knowledge.
|
| Printing a record from a current form | 20 Jan 2006 19:41 GMT | 2 |
I have a form that is an application. I am able to pull an employee up and then print the application using the following code that is connected to my Print Application button on the form. DoCmd.OpenReport"EA Completed
|
| Can lines collection be used to assist me in automatically numbering lines? | 20 Jan 2006 19:39 GMT | 55 |
I use A97 and do not always insert line numbers while writing procedures. I find it necessary to go back and add them later to aid in debugging. Nearly 3 years ago, something was mentioned in this NG
|
| Reference a field labels caption? | 20 Jan 2006 17:43 GMT | 2 |
I'm looping through controls on a form, focusing on text boxes. If the field is null and I'd like to throw a pop up letting the user know that this "required" textbox is not filled out. If I show the user "control.controlname" then I get the txtThisIsMyField and it doesn't help
|
| MSACCESS.exe process does not stop when user exits Access (revisited) | 20 Jan 2006 16:37 GMT | 4 |
I found a post on this problem from 2004, but no one at that time replied to it- I'm hoping to have better luck than the original author! As the subject states, I'm running into a problem where the msaccess.exe process does not end once a user exits a database. The
|
| E-mail from within Access | 20 Jan 2006 16:28 GMT | 4 |
I have a simple issues database in which the issue can be assigned to an individual via e-mail. The e-mail sendobject function is working correctly, except that the notes from the memo field are being truncated. The memo field can have an unlimited number of characters,
|
| Showing the difference between two times in Hours, Minutes and Seconds | 20 Jan 2006 15:00 GMT | 2 |
Brendan Reynolds posted the following function a while back ago: Public Function HoursMinutes( _ dtmStart As Date, _ dtmEnd As Date _
|
| Could someone point me in the right direction to use DAO to list all forms, their textboxes and two properties for each textbox? | 20 Jan 2006 14:45 GMT | 2 |
I would like to populate a table with the following information: tblPropertySettings [strFormName] [strTextboxName]
|
| Access Form: lock user on text field ... | 20 Jan 2006 12:31 GMT | 4 |
I've got a text field in an access form (Microsoft Access 2002, SP3), that the user has to fill out. Now I don't want the user to leave this field (and this record) until he has filled out the field (which is stored in a table) correctly.
|
| data entry forms writing directly to the tables? | 20 Jan 2006 11:56 GMT | 2 |
Hi, I have a form for data entry and noticed that when i enter data and close the form, there is no warning and it writes directly to the table(s).
|
| Cannot open a database created with a previous version of your application (Office 2003) | 20 Jan 2006 10:33 GMT | 2 |
My program developed in Access 2003 includes 2 MDE files. Both of them are signed with VeriSign certificate. Program was installed on 2 client machines with Office 2003. One of the machines didn't have Access, so Runtime was installed, and the other
|
| Arcmap | 20 Jan 2006 09:12 GMT | 3 |
I am trying to link an access database directly to individual polygons or points (PGDB) in Arcmap, that is when opened the Access link would open Archmap and then zoom to the polygons or points individual coordinate assigned to that link.
|
| A2003 corrupts - 97 didn't | 20 Jan 2006 07:24 GMT | 4 |
I have a medium sized application - data is in back end on a NT4 file server, front end on about 15 workstations. System was Access 97 on W2000 workstations and worked fine. Over Xmas upgraded all workstations to XP Pro with SP2 and Office 2003
|
| How to prevent Access app from closing with X button? | 20 Jan 2006 07:17 GMT | 2 |
I believe I have seen this in this group in the past but my search comes up with nothing so far. I want to prevent our Access application from closing without some kind of confirmation from the user.
|