Two tables in one form

fluidmind

Registered User.
Local time
Today, 08:41
Joined
Jun 30, 2006
Messages
66
Hi There!

I have two tables 'table1' and 'table2'. They both have 'clientnumber' as the keystring.

I want three textboxes in one form:
1) Textbox1 bound to 'clientnumber' (key) in table1
2) Textbox2 bound to 'clientname' in table1
3) Textbox3 bound to 'xxxxx' in table2 where 'clientnumber' is the same as in textbox1.

My question is, how do i make textbox number 3???
 
Hello:

You need to join both tables in a query and then base your form on that query. Also both tables need to be related somehow.
'
Regards
Mark
 
Thanks for the tip

Thanks for the tip... I'll try that right away!!

//JR
 
That worked... Thanks!!!

Thanks for your help!

Its running smoothly now!
 

Users who are viewing this thread

Back
Top Bottom