R
Robin Chapple
On this member database when a member is terminated I need to close
the main form because he is no longer a valid member. I will then need
to reopen the form with him missing. ( It is based on a query that
excludes any records with a date in the terminated field.)
I have tried this in the "AfterUpdate" property of the
"DateTerminated" field of the sub form:
DoCmd.Close Me.Parent!
and I get the error message:
""Type declaration character does not match declared data type""
What is the correct technique?
Thanks,
Robin Chapple
the main form because he is no longer a valid member. I will then need
to reopen the form with him missing. ( It is based on a query that
excludes any records with a date in the terminated field.)
I have tried this in the "AfterUpdate" property of the
"DateTerminated" field of the sub form:
DoCmd.Close Me.Parent!
and I get the error message:
""Type declaration character does not match declared data type""
What is the correct technique?
Thanks,
Robin Chapple