J
Jackie L
1) Are the fields on your form all unbound or are they in another table?
Either way, you can make a Make Table query where the criteria line would
contain the reference to the key field on that form. The fields used would
depend on if the form is based off a table or not. This can obviously be
done in code also but the query might be easier at this point. Then, you can
run the query off a button on your form to save it into the new table (you
may want to turn your warnings off and then on again after the table is
created).
2) On the record source of your form design, just choose the query you have
created. It will automatically run each time you open the form. If you need
it to run while the form is open, you will have to Requery based on an event
or a button. Let us know if you need help with that.
Hope this helps.
Either way, you can make a Make Table query where the criteria line would
contain the reference to the key field on that form. The fields used would
depend on if the form is based off a table or not. This can obviously be
done in code also but the query might be easier at this point. Then, you can
run the query off a button on your form to save it into the new table (you
may want to turn your warnings off and then on again after the table is
created).
2) On the record source of your form design, just choose the query you have
created. It will automatically run each time you open the form. If you need
it to run while the form is open, you will have to Requery based on an event
or a button. Let us know if you need help with that.
Hope this helps.