S
Stephanie Reingold
Hi there,
I've got a form with a subform that I want to set a text box to lookup an
employees pay. I'm trying to use a dlookup.
The text box isn't pulling the data at all. What might be wrong here or is
there an easier way.
DLookUp("[Pay]","[Employees]","[TutorID]='" & [Employees]![TutorID] & "'")
TIA.
Stephanie
I've got a form with a subform that I want to set a text box to lookup an
employees pay. I'm trying to use a dlookup.
The text box isn't pulling the data at all. What might be wrong here or is
there an easier way.
DLookUp("[Pay]","[Employees]","[TutorID]='" & [Employees]![TutorID] & "'")
TIA.
Stephanie