santhosh23
Registered User.
- Local time
- Today, 16:13
- Joined
- Jul 21, 2015
- Messages
- 74
Hi
I am trying to get my Barcode value from my table, by comparing other field called toolcarejob which is also present in the table and will be given in navigation form, but while executing my code I got syntax error. Any help on below syntax will be appreciated.
Barcodefromtable = DLookup("[Barcode]", "[Barcode_Table]", "[toolCareJob]= " & Forms! Navigation form! toolCareJob)
thank you
I am trying to get my Barcode value from my table, by comparing other field called toolcarejob which is also present in the table and will be given in navigation form, but while executing my code I got syntax error. Any help on below syntax will be appreciated.
Barcodefromtable = DLookup("[Barcode]", "[Barcode_Table]", "[toolCareJob]= " & Forms! Navigation form! toolCareJob)
thank you