Hi folks,
Can you please help with my dlookup function. I wrote this VB
txtPlateNo = DLookup("DesignatedTruck", "Driver Info", "DriverName = " & txtDriverName)
and the error is "syntax error (missing operator) in query expression"
What will I do?
Can you please help with my dlookup function. I wrote this VB
txtPlateNo = DLookup("DesignatedTruck", "Driver Info", "DriverName = " & txtDriverName)
and the error is "syntax error (missing operator) in query expression"
What will I do?