Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by luker74

  1. luker74

    Wherecondition with input parameters

    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...

Part and Inventory Search

Back
Top