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...