M
Mark
Now that I have a main form that is based on a table (Main_Table), and a
subform on the main form that is based on a query, I can no longer use my
update button to add a record with the data entered on the form since 2 of
the fields come from that subform.
How can I get the Main_Table to update correctly and pick up the 2 fields
from the subform? I wanted to use a make table query to push the form data
to a temp table, then have that temp table append to the Main_Table, but I
can't see how to create a table from a form.
Thanks in advance for the help.....
subform on the main form that is based on a query, I can no longer use my
update button to add a record with the data entered on the form since 2 of
the fields come from that subform.
How can I get the Main_Table to update correctly and pick up the 2 fields
from the subform? I wanted to use a make table query to push the form data
to a temp table, then have that temp table append to the Main_Table, but I
can't see how to create a table from a form.
Thanks in advance for the help.....