Write to two tables in one form

fluidmind

Registered User.
Local time
Tomorrow, 00:36
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???
 

Users who are viewing this thread

Back
Top Bottom