Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Which is a perfect example of why you should use different names - to avoid confusion. Change the name of the text box to something like txtPhase. Also, be consistent with brackets around field names containing spaces. Better yet, get rid of the spaces.phase is just a field in the table. It is also the name of the text box on the form
vara = DLookup("[single benefits]", "[COLOR=red][b][[/b][/color]qry jobinfo[COLOR=red][b]][/b][/color]", "[job number] = " & me.Text20 & " And Phase = " & me.txtPhase)
Verify the accuracy of the names you are using...I still get the same error with the know variables put in place