| Thread | Last Post | Replies |
|
| Creating Totals in Forms and Subforms | 16 Feb 2006 03:27 GMT | 1 |
In Access 2002, I created a form to show the equipment our company has sold. The first subform shows the price we paid to get the equipment to our dealership. The second subform shows the rental income for the equipment, if we rented the equipment prior to the sale. I can get ...
|
| ReQuery Help | 16 Feb 2006 03:09 GMT | 1 |
Hi I built a form based on a query to create an invoice. I have a field in the invoice called suppliers and when you double click the field it automatically opens up a form called supplier in the add mode so you can add new suppliers
|
| If . . . Then . . . Else statement (date) | 16 Feb 2006 02:38 GMT | 6 |
What I'm trying to do is have the Quarter field automatically update when the Date Last Bid Sent info is entered. Date Last Bid Sent is in short date format. Here is the code I've entered: Private Sub Quarter_AfterUpdate()
|
| Despite visible setting, form view is blank of all controls that. | 16 Feb 2006 01:09 GMT | 2 |
Trying to build a data input form based on multiple tables, record source is set by query builder and correct feilds show up in the field list. The controls show up in the design veiw and are manipulatable as usual. However, when go to design veiw , nothing, no feilds, no ...
|
| Determine which control on a form has focus? | 16 Feb 2006 00:12 GMT | 1 |
How do I determine which control currently has focus?
|
| Add tax exempt # automatically if same job# from previous record s | 15 Feb 2006 22:19 GMT | 3 |
I have a form that has records- quotes that are unique by quoteid. For some of the records there can be the same job# and tax exempt# as a previous record. The tax exempt# is the same for the given job#. Bottom line if on a new record a job# from a previous record is selected. ...
|
| #Name? on form | 15 Feb 2006 21:44 GMT | 1 |
I have numerous unbound controls on my form all with calculated values in the detail section of the form. For example, I have one text box with formula "=[PACE_SUMM_HEDGE]/1000000+[Hedge_adj]" as its control source. This works fine (as does every other control in the detail ...
|
| Requery a Control | 15 Feb 2006 21:26 GMT | 5 |
to requery a subform, I have the following: Private Sub Form_Close() Forms![Rawleads]![Rawleads Date Count].Form.Requery End Sub
|
| Lock a Control | 15 Feb 2006 21:17 GMT | 1 |
I know this has been answered before, but it's just not working. I'm trying to lock a text box so it automatically displays a piece of information from a table but so nobody can change it. I've set the property to locked, as well as put in code on the form's current event to ...
|
| Pass Date parameters to a Query | 15 Feb 2006 21:16 GMT | 1 |
I am trying to pass a date range to a query. I copied the following code, (from Allenbrowne.com), that was used for a report and edited it for a query. When I run the code I get this error message:"Wrong number of Arguments or invalid property assignment".
|
| save and close | 15 Feb 2006 21:11 GMT | 1 |
I have a data entry form with a save button and close form button. As far as I know close form button will save the record too. So what's the difference between them, and also X on the maximum, minimum bar? Thanks
|
| On click event | 15 Feb 2006 21:06 GMT | 1 |
How can I change the value of a text box using the on click event of the textbox.
 Signature Message posted via AccessMonster.com
|
| populate a field from a list | 15 Feb 2006 20:43 GMT | 2 |
I am trying to populate a field from a list in a form. I have a table set up with a list of species and i need to be able to pick multiple species from this list and link them to a wetland. I have succeeded in using a listbox to populate a single species for a wetland, but when ...
|
| how does the 'chkbox' work? | 15 Feb 2006 20:29 GMT | 1 |
clkng = does nothing ?? boswell6@sbcglobal.net
|
| Validation Rule not working in table | 15 Feb 2006 20:21 GMT | 2 |
I want to check for null values in a text field of a form. The text field is blank (i.e. no default value). I've tried using Is Not NUll as the validation rule, but it does not work. My validation text never appears. When I try to save the record, I get the message "you can't ...
|