I have two forms, one simple form (frmNewTitle) where information is entered and another form that displays information (frmPeriodical).
When data is entered into txtISSN in frmNewTitle and the user clicks save, I want the new record that corresponds with txtISSN value to appear in frmPeriodical.
I've tried a simple OnClose event that looks like this:
Forms!frmPeriodical.ISSN.Requiry
But the object doesn't support that method.
Any suggestions?
When data is entered into txtISSN in frmNewTitle and the user clicks save, I want the new record that corresponds with txtISSN value to appear in frmPeriodical.
I've tried a simple OnClose event that looks like this:
Forms!frmPeriodical.ISSN.Requiry
But the object doesn't support that method.
Any suggestions?