mithani
Registered User.
- Local time
- Today, 17:31
- Joined
- May 11, 2007
- Messages
- 291
Hi,
I am trying this code to show my product based on supplier code:
Me.txtsupplier = DLookup([products], "SUPPLIER", "[SUPPLIER_CODE] = '" & Forms!TRYING1!Text5) & "'"
but showing error: Run Time error 3075 - Syntax error in string in query expression '[supplier_code = '1001'.
Thanks
mithani
I am trying this code to show my product based on supplier code:
Me.txtsupplier = DLookup([products], "SUPPLIER", "[SUPPLIER_CODE] = '" & Forms!TRYING1!Text5) & "'"
but showing error: Run Time error 3075 - Syntax error in string in query expression '[supplier_code = '1001'.
Thanks
mithani