C
clinton
Guest
I've set up a form using the Form Wizard incorporating 3 tables. Table A & B feature as combo boxes, and I have a subform for Table C. The data is correctly going into Tables A and C, but not from the combo box for Table B. The Table B combo box is a list of courses, and what I want it to do is to place the course code (the unique identifier) into Table B when you choose from the combo box, but everytime it just puts "0" instead of the correct course number. Can anyone help? Should I perhaps create a query and base the form on that?
Clinton
Clinton