O
OBWAN
I have a mainform with visible subforms linking to child
tables. Main table and child table relate by AutoID.
When the user DoCmd.close acForm by clicking on a
commandbutton, The user wants to see a "report" of sorts
pop up (become visible) that lists any critical fields on
either the mainform or the subform(s) that are still Null.
I can kind of see that .tag can help identify
the "critical fields", and a subform can contain
this "report" and be made .visible = yes when the user
clicks the command button. But I get stuck there on
whether to use a query, a report, how to call it in the
subform.visible -yes window.
tables. Main table and child table relate by AutoID.
When the user DoCmd.close acForm by clicking on a
commandbutton, The user wants to see a "report" of sorts
pop up (become visible) that lists any critical fields on
either the mainform or the subform(s) that are still Null.
I can kind of see that .tag can help identify
the "critical fields", and a subform can contain
this "report" and be made .visible = yes when the user
clicks the command button. But I get stuck there on
whether to use a query, a report, how to call it in the
subform.visible -yes window.