Link combobox and textbox (1 Viewer)

andy_25

Registered User.
Local time
Today, 03:02
Joined
Jan 27, 2009
Messages
86
Hi,

I have a simple database which has a combobox with the following query:

SELECT PUPILS.[Pupil Name], PUPILS.Form FROM PUPILS;

It's a simple query which has 2 fields. I need the user to be able to select a pupil from the combobox and display their form in a textbox. I have tried several ways but cannot seem to get it to work, for some reason I cannot get them to link.

Any ideas? Thanks.
 

Users who are viewing this thread

Top Bottom