Hello everyone!
I have a form with a label that has the following code:
This same code is used in severalplaces to fill out textboxes and table, but for some reason this labell gives me the "#Name?" error
Anybody knows why?
mafhobb
I have a form with a label that has the following code:
Code:
=Nz(DLookUp("EngineerID","Tbl-Users","PKEnginnerID = " & [StrLoginName] & ""),"")
This same code is used in severalplaces to fill out textboxes and table, but for some reason this labell gives me the "#Name?" error
Anybody knows why?
mafhobb