I want to make a form that has a combo box where the user selects a name and the rest of the data on the form (from same table)updates to show the rest of the record.
I have already created the form using the forms wizard and then created the combobox by selecting the tool and then the field...
I have an 'add new order' form which opens with all the fields blank and focus set to a combo box.
The first thing the user must do it select a contract name or number from the unbound combo box. I then want the form to update and show all the relavent information in the form fields. - How do...
I have a combo box which lists products. I want to add a record at the bottom of the list to 'Add new product'
If the user selects 'Add new product' I want to open the products form.
How do I add the 'Add new product' entry into the combo box list.
Thx.
Kev
I have an orders form that looks up data from 3 tables (projects, orders and orderDetail) with a subform that looks up data from a query.
The form has several unbound comboboxes relating to the project that synchronise with VBA code
Projects are setup in another form and this form is only used...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.