Combobox and Text Control Sync

ViRi

Registered User.
Local time
Today, 12:52
Joined
Jan 31, 2006
Messages
44
Hi

I have a Form with two controls 1 a combobox called AccNo and 2 a text control called CuName.

These two controls get their data from a Table called Customer. Table Customer contains 3 fields 1 CustomerID 2 AccNo 3 CuName.

I would like the CuName value associated with the AccNo value selected to appear on the Text control when the user selects an AccNo on the Combobox

Thanks ViRi
 

Users who are viewing this thread

Back
Top Bottom