Hi All.
What's the correct syntax for
This doesn't work, I can't figure out the correct one maybe because understand the rules behind all the " & ' signs when using these stuff, and haven't found any reading source for learning this issue.
What's the correct syntax for
Code:
Dim strS as String
strS = "Mike"
Msgbox Dlookup (field.name, "tblTable", "field1=" & strS)