G
Guest
I am trying to create a Database of schools. I have 1 main school table with
the name and then seperate tables for teacher info, billing address, campus
address and orders. These are all 1 to many relationships with the school
name as the primary key of the school info table and a foreign key in the
other tables.
I would like to have a single form where I can enter all the schools initial
information at once. I created a query with all the tables but I can't seem
to enter new information this way. I tried creating a form based on the
query and setting it to dynaset inconsistent, but I have to enter the school
name again for each table. I also have read that this is not good practice.
Is there a better way?
the name and then seperate tables for teacher info, billing address, campus
address and orders. These are all 1 to many relationships with the school
name as the primary key of the school info table and a foreign key in the
other tables.
I would like to have a single form where I can enter all the schools initial
information at once. I created a query with all the tables but I can't seem
to enter new information this way. I tried creating a form based on the
query and setting it to dynaset inconsistent, but I have to enter the school
name again for each table. I also have read that this is not good practice.
Is there a better way?