Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kcmorrissey

    How do I update a form when a combobox selection is selected

    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...
  2. kcmorrissey

    update form after selecting from combo box

    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...
  3. kcmorrissey

    add new item to combo list

    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
  4. kcmorrissey

    How to input new orders for old projects:

    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...

Part and Inventory Search

Back
Top