Hello,
i would like to implement a wherecondition with two input parameter as conditions, my code is:
DoCmd.OpenForm "Cognome_status", acNormal, , wherecondition:="[surname] = " & InputBox("Surname") & " and [status] = " & InputBox("Status")
when i run this code it ask me two times the...
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.