Yes of course...A simple function procedure that the switchboard calls instead of the form.
I have been at this application too long and am missing the simple things.
Thank you
my subform relies on a table that needs to be refreshed each time the form is loaded. So Icreated this code to do just that:
<code>
Private Sub Form_Load()
On Error GoTo err_handler
DoCmd.SetWarnings False
DoCmd.RunSQL "DROP TABLE tbl_Checks_to_be_Claimed_Temp"
DoCmd.OpenQuery...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.