F
francisco
I have this problem I have a DLookUp function that calls a
[Job Location]from the "Job Control" when the [Job Number]
is chosen:
=DLookUp("[Job Location]","Job Control","[Job Number] = '"
& [Forms]![PO Log Data Entry]![Job Number] & "'")
I did work, but then I changed the [Job Number] from text
to a number field type. and now it says it has an error.
Why? Can anybody help?
[Job Location]from the "Job Control" when the [Job Number]
is chosen:
=DLookUp("[Job Location]","Job Control","[Job Number] = '"
& [Forms]![PO Log Data Entry]![Job Number] & "'")
I did work, but then I changed the [Job Number] from text
to a number field type. and now it says it has an error.
Why? Can anybody help?