Hello all,
I'm working on my first report and am trying to get my textbox, tboJob to show a field value and not the ID. I have tried the following Dlookup in my control source with no luck.
JobName is the field I want to show from the table Jobs. I must be missing something simple. Please let me know what it is.Code:=DLookUp("[JobName]","Jobs","ID=" & [tboJob])
Thank you for having a look