Hey all,
I have a form that contains a CodeID -- However, I want the JobFunction that corresponds to the CodeID to be displayed each time the form loads -- im using the DLookup function -- However -- how can I set the criteria to a txtBox that is on my form ??
DLookup("JobFunction", "RespCodes", "[CodeID = (txtBox?)]"
Is this possible, and what would the syntax be?
Cheers
Hj
)