Hi all, instead of doing a dlookup via a query, i'd like to do a dlookup for price direct in a table where the criteria is the value in Text1 from Form1
outt = Nz(DLookup("[Price]", "Table1")) Where Product = ' Text1' from Form1
Whats the correct syntax for this please? Thanks
outt = Nz(DLookup("[Price]", "Table1")) Where Product = ' Text1' from Form1
Whats the correct syntax for this please? Thanks