I have a master form that is populated via a recordset. The master form has a subform setup as continuous forms since the relationship is one to many and there can be many detail records to each master record. Since my master form is populated via a recordset, it gives the user the opportunity to change variables and see the result before actually saving the changes to the table. However since I haven’t been successful in figuring out how to populate the subform via a recordset, it doesn’t provide the same functionality, and is currently bound to a query.
Does anyone know if it’s possible to populate a continuous form via a recordset, and be able to edit the data within each record?
I’d appreciate any suggestions.
Thanks!
Rich