Hi,
I have a main form with a subform SubA- single record, SubA contains a second subform SubB which is a continuous form. In this continuous form I want to be able to add edit and delete records on screen without writing to a table. When the continuous form is complete I want to insert all the records into a table. Is this possible or would I need to use 2 tables - a temporary table to hold the continuous form records and a second table that I would transfer the records to when the continuous form is complete?
Thanks for any help
David