E
eionjess
I've reviewed all of the posts regarding dlookup and still can't figure out
why I continue to get #Name? error.
When a Job Code is entered into a form, I would like the Job Title field
filled in. Here's what I have in the control source of the job title field:
=DLookUp("[Job Title]","Job Codes and Titles"," [Job Codes and Titles]![Job
Code] =" & [Job Code])
Where did I go wrong? Also, if there's a better way to do this, I'm
definitely open to suggestions. Thanks in advance.
why I continue to get #Name? error.
When a Job Code is entered into a form, I would like the Job Title field
filled in. Here's what I have in the control source of the job title field:
=DLookUp("[Job Title]","Job Codes and Titles"," [Job Codes and Titles]![Job
Code] =" & [Job Code])
Where did I go wrong? Also, if there's a better way to do this, I'm
definitely open to suggestions. Thanks in advance.