M
Manuel
I'm trying to use the function DLookUp so when I enter an
information in a field another field is automatically
entered.
EX: when i enter the job number field in the form, I want
for job location to be automatically filled. I tried this
but nothing happens:
=DLookUp(" [Job Location] ","Job Control"," [Job Number]
= ' " & [Forms]![PO Log Data Entry]![Job Number] & " ' ")
Job Number is a text field that only accepts numbers.
Job Control is a table from where the job location is.
And is [Forms] the correct way to call the forms section
to retrieve the form PO Log Data Entry?
I entered this function in the control source of the text
box, is this the correct way to do it?
help please!
information in a field another field is automatically
entered.
EX: when i enter the job number field in the form, I want
for job location to be automatically filled. I tried this
but nothing happens:
=DLookUp(" [Job Location] ","Job Control"," [Job Number]
= ' " & [Forms]![PO Log Data Entry]![Job Number] & " ' ")
Job Number is a text field that only accepts numbers.
Job Control is a table from where the job location is.
And is [Forms] the correct way to call the forms section
to retrieve the form PO Log Data Entry?
I entered this function in the control source of the text
box, is this the correct way to do it?
help please!