i'm trying to build a main/sub-form that get data from user and save them to two tables.
"Save" should be done ONLY when a "save button" is clicked.
I've tried the "bound forms" but they insert data to tables when they loose focus.
so i'm trying the "unbound forms" using "recordset".
My question is:
Can the "unbound sub form" shows a new-blank row when (lets say) last field in the current row is updated with data ?
Same as bound continuous form does
Thank you!