Search results

  1. R

    Creating a Form for a Questionnaire

    Thank you Chris - I will try this. if I still have problems with this I'll let you know! Regards, Rochelle
  2. R

    Creating a Form for a Questionnaire

    I have three tables: one stores the questions, one stores the possible answers, one stores the customers actual answers to the questions. How do I create a form which: Shows the customer details plus all of the questions and then all possible answers for each question. I'm not sure if I have...
  3. R

    Combo Box - Not In List code

    Thanks, Jack - that's just what I needed! Rochelle
  4. R

    Combo Box - Not In List code

    I have a combo box which selects values from the City table, to view on a Customer form. What VBA code do I need to write in the Not In List property of the combo box to enable me to add a new item to the City table, assign the new City item a CityID (which may happen automatically) and for...
  5. R

    Data Entry Forms from More than Table - Help Please!!

    I'm developing an access database and seem to be having what must be a basic problem. To use an example, my database contains a Customer table and a City table. The City table is linked to the Customer table by a CityID in the Customer table. The City Id's are linked by a one-to-many...
Back
Top Bottom