G
Greg2582
I'm trying to create a database to hold information from a large form. The
form has five sections and 48 different fields. I decided the best way to do
this was to create a table fro each section of the form. There is no common
field, so I'm using the ID #(Primary Key) of the 1st section as a foriegn key
in the other 4 sections. The form I created has each of the 5 sections in a
Tab controlled page. When I run a query to control the form and submit the
data, the form comes up blank, with all the controls, label, etc. missing.
What am I'm missing?
form has five sections and 48 different fields. I decided the best way to do
this was to create a table fro each section of the form. There is no common
field, so I'm using the ID #(Primary Key) of the 1st section as a foriegn key
in the other 4 sections. The form I created has each of the 5 sections in a
Tab controlled page. When I run a query to control the form and submit the
data, the form comes up blank, with all the controls, label, etc. missing.
What am I'm missing?