Hi,
I am an excel VBA dude who is new to Access and I am loving it. A whole new world out there to get my teeth into.
I have my first big problem and I need some advice.

I need to write a Dlook up and I am not getting it correctly.
The dlookup will reside in a text box or combo box and this is what I need:
Fetch the "Guest_First_Name" from Table "Guest_Table" using the Guest_ID as the reference that equals the Guest_ID that resides in the "GamedriveGuestJoinTable" or the "GamedriveGuestJoinTable subform".
With the Dlookup as above do you reference the form that you are working on or the underlying table?
Anyhelp with this code would be most appreciated.
Thanks
Mr Puffet
I am an excel VBA dude who is new to Access and I am loving it. A whole new world out there to get my teeth into.

I have my first big problem and I need some advice.


I need to write a Dlook up and I am not getting it correctly.
The dlookup will reside in a text box or combo box and this is what I need:
Code:
Code:
Anyhelp with this code would be most appreciated.
Thanks
Mr Puffet