T
tonyrulesyall
I created a textbox in an Access XP report.
I would like the textbox to use a dlookup formula to pull a date of
birth from a table.
This is the formula I am using:
=DLookUp([dob],"tblMain",[fileno]="1234")
When it runs, I am getting this:
#Name?
I know that fileno (file number) 1234 is a real file number.
I would like the textbox to use a dlookup formula to pull a date of
birth from a table.
This is the formula I am using:
=DLookUp([dob],"tblMain",[fileno]="1234")
When it runs, I am getting this:
#Name?
I know that fileno (file number) 1234 is a real file number.