thescottsman
Registered User.
- Local time
- Today, 16:08
- Joined
- Sep 18, 2014
- Messages
- 42
Hi all I know I am doing something wrong and it will be staring me in the face
I have a 2 unbound text boxes
1 populates the id number from a table.
I want the other to display the first name where this id occurs.
I amm currently putting this in the control source of the seconded textbox
This is what I have
=dlookup("[FirstName]","[tblUser]","[ID]='[Textbox1]")
can anyone please help?
I have a 2 unbound text boxes
1 populates the id number from a table.
I want the other to display the first name where this id occurs.
I amm currently putting this in the control source of the seconded textbox
This is what I have
=dlookup("[FirstName]","[tblUser]","[ID]='[Textbox1]")
can anyone please help?