I've setup a survey database with about 50 questions. I'm curious as to how I can create a form that will work with my database. I have 3 tables, 1 employee table with a primary key as an employee id. 2nd table is just a lookup table with all the questions in it (so just 2 columns), then a 3rd table which link the first two tables together which employees will go in put in their employee_id and for each record it will have a/an employee_id, and a question, (and of course an answer). So the question field is a combo box off of the 2nd lookup table. Any ideas??? Thanks so much.