G
Guest
I have a subform that opens invisible to start a "encounter clock" to time a
session. When a button is clicked on the main form to end the session, I
want that subform to appear so that the user can "sign off and stop the
clock" on the session then click a button located on that subform to save the
"clock and sign off" info then make the subform become invisible again so
that the user to go on to another record. After the code to save the record,
I wrote : Forms!StartEncounter.Visible = False but got the error "Microsoft
Access can't find the form StartEncounter referred to in Visual Basic. What
did I do wrong?
session. When a button is clicked on the main form to end the session, I
want that subform to appear so that the user can "sign off and stop the
clock" on the session then click a button located on that subform to save the
"clock and sign off" info then make the subform become invisible again so
that the user to go on to another record. After the code to save the record,
I wrote : Forms!StartEncounter.Visible = False but got the error "Microsoft
Access can't find the form StartEncounter referred to in Visual Basic. What
did I do wrong?