I am having problems executing one of my forms. It looks like this:
step 1) You enter the switchboard
step 2) Click on appropiate survey to take
step 3) Disclaimer form pops up
step 4) From the disclaimer form I want the user to see the appropiate survey they clicked on from step 2. The same...
How do I get the code below to work?
what I have is a switch board that has 3 command buttons (see code below) Ehen you click on one of the 3 commands it will take me to another form (frmDisclaimer) see below code
---------------------------------------
Private Sub btnOpenCaseMgrs_Click()...
How do you clear a form after adding a record? I tried this and it adds the recorde but does not clear the form.
Thanks
Private Sun btnComplete_Click()
DoCmd.GoToRecord , , acNewRecord
DoCmdClose
End Sub
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.