Search results

  1. S

    2 combo boxes and displaying records for data entry

    Thank you for the article but I cannot change the tables as they are coming from a as/400. any other suggestions?
  2. S

    2 combo boxes and displaying records for data entry

    On my form I have one combo box which shows a list of 5 years and another showing a list of people. What I would like to achieve is that after the year has been selected, the combo box showing the names only displays those employees which fall into the selected year. The record for that YEAR and...
  3. S

    using 1 combo box to update many text boxes?

    I have a form with a combo box to choose employees. about 30 and growing. The problem is the customer would like to choose several employees to be associated with the record. The combo box only lets me choose one. Do I create 10 combo boxes or have the combo box and a button so 10 text boxes are...
  4. S

    using 1 form to update 3 tables

    I need to assign an object such as a computer to a person or a region. In otherwords the computer is assigned to a person or assigned to a region waiting to be assinged to a person. This way they will know exactly where the computer is at all times. Before they had the computer assigned to the...
  5. S

    using 1 form to update 3 tables

    ok, i figured out the new record button, but still have a question of the last two combo boxes needing to be exclusive, also none of the entries should be blank. I will have to come up with an error message.
  6. S

    using 1 form to update 3 tables

    Thanks Fizzio, I did as you suggested and the form is coming along fine but for some reason I cannot use an add record button that works when I switch the form source to a table that has all the info save one text box and the combo boxes use their own queries in both instances, any ideas?
  7. S

    using 1 form to update 3 tables

    I am trying to use one form to update 3 tables I have a form with 3 text fields and 3 combo boxes (the combo boxes are based on lookup queries). 1. is a text box that's uderlying source needs to be a field from another table (how is this done?) control source? 2. source is table which form...
Back
Top Bottom