| Thread | Last Post | Replies |
|
| Calculator.. type mismatch error when closing? | 04 Dec 2005 21:29 GMT | 10 |
good day all, I found a calculator for an access db and copied it to my existing db, it opens fine and everything functions fine except when I try to close the form I get the following error:
|
| Simple questionabout a Combo box. | 04 Dec 2005 21:28 GMT | 4 |
I have altered the display of a 2-column combo box to make the second column of the display as the "bound column" and this works OK. But I need the first column as the first column displayed in the dropdown but the second column to remain in the combo when finished.
|
| how do i get the options in a list box to be in ascending order? | 04 Dec 2005 20:11 GMT | 5 |
I've set up a list box that is linked to another table in the database and needs to be updated frequently. How can i get the form to update automatically and be in ascending order?
|
| Wrong dates entered | 04 Dec 2005 19:27 GMT | 6 |
Using Access 2000. Currently use the properties dialog to set my form preferences because I am not yet ready for code but have pasted it in before. I have a form with a date field. The input mask is set to 99/99/9999;0;_
|
| Form Autofill | 04 Dec 2005 19:21 GMT | 1 |
I have created a student database. I have a form that I have to type on when a student arrives in our department. It has the following fields. Student ID Name
|
| Undo current field | 04 Dec 2005 18:18 GMT | 1 |
I like to have a command edit button that will undo the user entry, but only on the current field she is in. I don't want to undo the whole record. Can this be done? Thank you in advance.
|
| Difference in time | 04 Dec 2005 15:18 GMT | 5 |
Trying to subtract the end time - the start time in a text box, but it keeps giving me the absolute value, even when start time is greater than end time. Here is my code the the calculating text box with the format "h": =([End_Time])-([Start_Time])
|
| Please tell me how to accommodate 16 address instead of 8 | 04 Dec 2005 12:27 GMT | 2 |
Please tell me how to accommodatte 16 address instead of 8 in a report. I have more than 100 address in data base. Please comment. a.kutty@mobily.com.sa
|
| orderby will not work - what the @$*& | 04 Dec 2005 10:28 GMT | 7 |
I have two forms in Access On the first form I am trying to sort by the field: File_ In the form properties I made these adjustments: base: form properties: order by = [table name].FILE_
|
| Subform requery | 04 Dec 2005 09:50 GMT | 2 |
Have been trying unsuccessfully to get a requery of a subform to work now need guidance from some kindly soul. Main Form has a 'Select Products' button that instigates a pop up form to display all products (criteria can be used to narrow list). Before the Call
|
| Stop VBA execution when sub form gets focus | 04 Dec 2005 07:02 GMT | 2 |
I'm a little stumped... I know I can open a form in dialogue mode & VBA will patiently sit & wait for the form to close before carrying on. But I can't get this to happen with a subform. What I'm trying to do is this:
|
| BackUp | 04 Dec 2005 06:26 GMT | 3 |
Is there anywhere to get Access to BackUp a certain Table to a different computer on a network every 5 minutes without interupting the users that are currently using the system, sort of a seamless backup? Thanks
|
| Send current record as snapshot | 04 Dec 2005 02:54 GMT | 14 |
I'm trying to send the current record to a snapshot file with the following code. It works fine except it sends all records. Can anyone show me what I'm doing wrong? Thanks.
|
| Opening outlook via Access2003 form | 04 Dec 2005 02:31 GMT | 2 |
Im using the following code to open the appointments window in outlook and also transfer some data from a form into the appointment window. This code only works if outlook is already open. Can some add some code please to open outlook and to hide outlook.
|
| New daily record number | 04 Dec 2005 02:26 GMT | 4 |
I have a main form [LogDate] and a subform [LogDateSubform], Date is entered once in the main form and then records are added to the subform. No problem here. Question: How can i set a textbox so records, in the subform, are numbered
|