M
mike
Is there a way to get a query based on multiple tables, in
this case 2 tables, to fill/populate a "master table"
whenever a form is used?
When a student uses the form, FormClassRegistration, to
register for a class I would like a master table,
TableMasterClass, to be populated with the entered
information. I have a query, QueryMasterClassList, which
gathers data from 2 tables (class info and student info),
but can I get this query to run after the student enrolls
for a class and have it populate the master table,
TableMasterClass?
this case 2 tables, to fill/populate a "master table"
whenever a form is used?
When a student uses the form, FormClassRegistration, to
register for a class I would like a master table,
TableMasterClass, to be populated with the entered
information. I have a query, QueryMasterClassList, which
gathers data from 2 tables (class info and student info),
but can I get this query to run after the student enrolls
for a class and have it populate the master table,
TableMasterClass?