| Thread | Last Post | Replies |
|
| What does "The value you entered isn't valid for this field" mean | 12 Oct 2005 18:22 GMT | 1 |
I have developed a form and now everytime I try to scroll to the next message I get the message "The value you entered isn't valid for this field" before it lets me go to the next record. How do I get rid of this?
|
| Can I eliminate the "border" around a subform to make it look seam | 12 Oct 2005 16:35 GMT | 2 |
I have a subform inserted in a main form. There is a border at the top and left margins of the subform. Can I eliminate it to make it all look seamless? Thanks
|
| Maximising forms | 12 Oct 2005 15:50 GMT | 1 |
With a number of forms open, when I return to a form I want it maximised, to fill the screen. Generally it returns reduced. How do I get it to be always maximised.
|
| command button error | 12 Oct 2005 14:04 GMT | 3 |
When i drag a command button onto a form the wizard does not start i.e. run qry open table etc any ideas
|
| Options for a Report vis Form | 12 Oct 2005 13:34 GMT | 2 |
I'm new at Access so please bear with me. I put together a Form without a data source. Just unbound text fields to allow someone to enter some min and max values to control a report. I then make a control to open the report. (I tried both a Macro and via
|
| Calculation in Forms | 12 Oct 2005 13:28 GMT | 2 |
I have a simple DB file which has Employee details regarding salaries and allwoances and deductions. I created a form to suit my needs but when it comes to the calculation part of it, I always fail even though I tried looking up in the Help menu.
|
| Adding records | 12 Oct 2005 13:02 GMT | 7 |
I have a form linked to a customer table. On the form is an Add New button. I need to check for duplicated codes after user enters the customer and not after all the form has been filled in. Can anyone tell me which event I should do this on i.e. Before Update, After
|
| Using the Calander diary in Microsoft Oulook | 12 Oct 2005 12:01 GMT | 1 |
Can someone tell me if it is possible to utilise the Microsoft calander from Microsoft Acces to set and check on appointments that I have in my Microsoft Outlook program. I need to be able to set and cancel and check on the current appoinments that I have. Is there code that I ...
|
| Tab subform | 12 Oct 2005 11:28 GMT | 1 |
I have created a tab control on my form and am trying to get one of the tabs to display a subform. I dragged and dropped the form onto the tab control but in the normal manner of creating a subform but it doesn't work. Can you not do it this way? I've manually entered my link ...
|
| Problems creating subform | 12 Oct 2005 09:53 GMT | 7 |
I have an existing training records database. These are the three tables: tblEmployees EmployeeID (PK) FirstName
|
| Cond Formatting Duplicates | 12 Oct 2005 09:01 GMT | 9 |
I have a sub-form (continuous forms) which displays data from an archive table. I want to be able to highlight the duplicate entries in a different colour. Ive tried the duplicate query wizard and conditional formatting. Im guessing
|
| Requery? | 12 Oct 2005 07:16 GMT | 1 |
Thanks in advance. Below is an explanation from access about requering. To me its not clear or is it saying there is a difference between DoCmd.Requery method and Requery method. If you could, could you show me the expression used for both. Thanks
|
| relating tables - carrying over record ID to new form | 12 Oct 2005 06:53 GMT | 1 |
I have two tables, one with the key "Building ID". The second table has the key "Image ID" plus I also added the field Building ID to it in order to relate the two tables in a one-to-many relationship. My form for Table 1 has a button which opens the form for the second table.
|
| Drop down listbox | 12 Oct 2005 06:49 GMT | 1 |
I'm using access 2003, and can find a listbox control and a combo box control, but no a drop-down list box control. Is there one, or can you make the combo box act like one? I basically don't want to be able to type anything into it, and always want the default selected item to
|
| If Statement | 12 Oct 2005 03:54 GMT | 1 |
I have a field named LOAN_STATUS, which is a drop down menu of the following options. Approved & Research. I want to write the following code but I don't know how. IF the Refund Amount >= $350 the LOAN STATUS must equal to Research.
|