Search results

  1. dbnewbie

    Updating Recordset

    I have a database form with a tab control, combo boxes, and subforms. The main form has a combo box with a list of clients. When I first created the form, there were only 20 clients. I recently added 15 more to the client table (by hand - not through the form), but the form has not updated...
  2. dbnewbie

    Help w/ Combo Boxes

    Hi, I have attached a small version of my database/form. I am trying to display only those records in a subform based on the values selected from two combo boxes. So when the user selects a client from the 1st combo box, the 2nd combo box is populated with the tests that pertain to the client...
  3. dbnewbie

    Text Boxes / Updating Table

    Hi, I am trying to take text from two different text boxes on a form and place into another text box on the form. I want it to also update the table with this new text. Example: fname, lname, fullname are text boxes on a form. when user enters fname and lname, I want the two strings/text to...
  4. dbnewbie

    Multi-Select List Box

    Hi, This is my first posting on this forum, and I would greatly appreciate any help with this issue... I have a form that is used for entering information into tables. I would like to be able to select multiple options from a list on a form and have it saved into a table. Any ideas? Is this...
Back
Top Bottom