R
R_Luft
Hope someone can help!
Trying to do the following:
x = DLookup(fil, "Tblname","[tblfield]" = "Forms![frmname]!
[frmctrl]") where fil is a string.
When fil is alphabetic, there is no problem with this
code, but if fil begins with numbers (eg-1199PIN) then the
code crashes.
Any one have any idea how to get around this?
TIA
Trying to do the following:
x = DLookup(fil, "Tblname","[tblfield]" = "Forms![frmname]!
[frmctrl]") where fil is a string.
When fil is alphabetic, there is no problem with this
code, but if fil begins with numbers (eg-1199PIN) then the
code crashes.
Any one have any idea how to get around this?
TIA