| Thread | Last Post | Replies |
|
| Form with several Yes/No Fields | 14 Mar 2005 20:21 GMT | 3 |
I have designed a form that is used to help me in my Human Resouce duties. As a person is hired, the person has several forms that need to be signed and kept on file. I have about 12 forms that are used and decided a yes/no field for each turned in form would help me track the ...
|
| Help - two data points in one month - access is summing them | 14 Mar 2005 20:18 GMT | 1 |
I have some monitoring results which should be carried out monthly. However on occasions a measurement is made at the beginning of the month and right at the end of the month (ie measurement is early for preceeding month). The problem is when I produce a chart access sums the ...
|
| Changing Data Type from Number to AutoNumber | 14 Mar 2005 19:26 GMT | 2 |
I have created a table and used the number data type for a field named Invoice Number. I did not use the AutoNumber data type as I needed to input over a 1000 records that were in no particular order that had already been given invoice numbers and mailed out to clients etc. Now, ...
|
| 'record has been deleted...' | 14 Mar 2005 19:14 GMT | 1 |
This message popped up when i tried accessing data in tables. This was an attempt made using the datasheet view. First time this happened! - Tried compacting it, but to no avail. - Tried creating a new DB, so that the table objects could be imported into
|
| commitonclose property | 14 Mar 2005 18:09 GMT | 3 |
I'm using Access 2002 and want to set the commitonclose property on some of my forms to '0'. According to the help file "Returns or sets a Byte indicating whether the specified form saves changed records when the form closes. Read/write.
|
| how do I create a work order form | 14 Mar 2005 18:09 GMT | 1 |
Daily work order for buliding maintence crew. I need it to give space for work being done, apartment work is being done in. Type of work and the tools needed. The space should also have space for approval, as well as sign off of the tenantsaying they approve the work done.
|
| Filter subform with combos on main | 14 Mar 2005 17:21 GMT | 9 |
I have a subform in datasheet view which I want to filter based on the choices entered un several unbound combo boxes on the main form. Once I have built a strFilter from the ichoices selected in the combos; how do I apply the filter to the subform? Whenever I try something ...
|
| Check a field for a null value. | 14 Mar 2005 17:19 GMT | 4 |
I have a combo box on a form called QuotationNumberQuery where the user selects a reference number from the list and a button is pressed which then displays the quoation they selected in a nice report. I want a msg box to appear if the button is clicked when no quotation is
|
| Resetting Command Buttons | 14 Mar 2005 16:55 GMT | 1 |
I've got a send object macro assigned to a command button on a form. After clicking the command button, it prompts you for an ID#. After you enter the applicable ID#, then an e-mail is generated with the person's information filled in. However, after I send or close the e-mail ...
|
| Printing Form | 14 Mar 2005 15:40 GMT | 2 |
Hi, I need a help please I just made simple print button in wizzard with DoCmd.PrintOut command When I try to print current form I get Microsoft Office Access warning - "The selection with is greater then selection with and there are no items
|
| Memo Limit | 14 Mar 2005 14:09 GMT | 2 |
Is there a way to limit the amount of characters in a memo field.
 Signature Thanx!
|
| clearing out a list | 14 Mar 2005 13:30 GMT | 1 |
This code doesn't seem to work; I'm expecting my list to look empty after runnign it but it doesn't. Dim iCount As Long ' clear it out first
|
| Form Size | 14 Mar 2005 10:34 GMT | 5 |
Is there anyway of stopping a form from maximising? I have a number of small forms which fit in the centre of the screen. However if the user inadvertently maximises any screen then all the forms seem to maximise. I want them to stay the same size all the time. I've looked through ...
|
| compile error | 14 Mar 2005 09:57 GMT | 4 |
I have code in the AfterUpdate event of a control with an error handler. when I update the control, I get a "compile error: label not defined". The Private Sub MileageDescription_AfterUpdate() line is highlighted in yellow and the
|
| Question Regarding Date Sensitive Tables | 14 Mar 2005 07:41 GMT | 1 |
I have created a form to update a table for wireless bills. My form worked fine the first bill (Feb bill) I entered but now I am trying to enter the second month bills and I believe I have messed up on designing the keys or the form.
|