Dear all,
Would like to know how to create search in VBA that will look for value in multiple fields
Currently using the below but it is only one field
ThanksCode:DoCmd.OpenForm "Export", acNormal, , "[DELIVERY NO 1:]=" & InputBox("Enter Delivery no")
G