| Thread | Last Post | Replies |
|
| Form coordinates | 18 Apr 2006 00:21 GMT | 2 |
Is it possible to get the left, top, height & width in pixels of a form when it is running/displayed? Thanks Regards
|
| Mouse Wheel in Access 97 | 17 Apr 2006 23:05 GMT | 4 |
This question has been asked before but I need to know not only how to disable the mouse wheel on Access 97 forms for scrolling through records, but how to be able to use the mouse wheel to perform its standard function of scrolling the screen up and down. The reason I'm
|
| Access Sample Downloads | 17 Apr 2006 22:53 GMT | 2 |
Where can I find sample Microsoft Access database downloads? Thanks, Todd Todd_Goselin@mentor.com
|
| Problems Saving Multiple Unbound Fields to a Table | 17 Apr 2006 22:30 GMT | 18 |
Im wondering if anyone can help me with a problem. I have a form with more than 50 unbound fields. Some of the fields will be blank from time to time. This seems to be where im having trouble.
|
| ADO VS. DAO | 17 Apr 2006 21:56 GMT | 17 |
Which one should I use for Access Databases 2000 and up? Which one is newer, better and recommended?
|
| Subdatasheets. subforms and record selection | 17 Apr 2006 20:12 GMT | 4 |
I've got a form that currently has a list box used to "find a record on my form" but the list in it is far too long and consists of fields of repeating data. Is there a way of creating a subform to do the same job that is in
|
| Output to comma delimited text file | 17 Apr 2006 19:23 GMT | 3 |
I need to create a text file that has the data from the 10 tables in the database. The number of fields in the tables exceeds 255 and so I cannot make a new table with all the fields and then export it into a text file.
|
| Formatting Outlook text from Access VBA | 17 Apr 2006 18:40 GMT | 8 |
My supervisor performs the following steps to generate an email notifying recipients of new problem reports: 1) Generate an Access report containing the columnar data and export it to a .rtf file.
|
| Help needed in adding records | 17 Apr 2006 17:44 GMT | 4 |
I've got a frmCustomer form (designed via access 2000 form wizard) that uses a qryCustomerName query (also designed by query wizard) ordered by customer last name, first name, mi. Of course, it adds records to the end of the dataset rather than putting new entries into alpha ...
|
| Why is my BeforeUpdate code not working?? | 17 Apr 2006 16:25 GMT | 6 |
I have a BeforeUpdate where I need to ensure that no matter what, the first four fields on the form (one text box, 3 combo box lists) have data entered in them before the user closes the form or before the user moves off the form to a subform on the main form, regardless of whether
|
| Check For Table | 17 Apr 2006 14:26 GMT | 4 |
I have an Access data project. In this project I have a form that when Access starts is loaded and this form has VBA code attached to it. One of the first things I need to do is check if a table called tblimport exists. If this table exists then I need to delete it. I have tried ...
|
| How do you print word doc from switchboard | 17 Apr 2006 14:02 GMT | 2 |
Ok, I'm having a little trouble finding the correct way to have a word document print out in the background when selecting it on the switchboard. Is there any way this can be done? I already found a way to open up the document using a macro with the RunApp action. Any help
|
| prevent closing a form and go to subform if no records in subform??? | 17 Apr 2006 12:00 GMT | 4 |
I have been looking on the NGs and I found this code to show if a subform has no records. I have this code in the MAIN form OnClose event: Private Sub btnClose_Click()
|
| more and more excel to access....and the inputs are really stupid | 17 Apr 2006 09:58 GMT | 15 |
We get more and more data done in excel and then they want it imported into access. The data is just stupid....values of 1 to 5 we get a lot of 0's ok that alright but 1-jan ?
|
| accessing ms access via ODBC without Microsoft Access | 17 Apr 2006 05:47 GMT | 1 |
If I have a computer without Microsoft Access installed but with an ODBC connection to a .mdb file - can I still access the 'database' via ODBC? thanks
|