Using a text box to populate a combo box

TryingMyBest

Registered User.
Local time
Today, 19:11
Joined
Nov 18, 2004
Messages
54
Hopefully this is simple but I am quite new to Access...

I have a combo box that populates two text boxes on my form. This is working great; however I now want to have the option of entering data into my text box and have the corresponding record show in the combo box.

So....cboProgrammeName currently updates txtProgrammeManager and txtProgrammeID. I want to also be able to enter data in txtProgrammeID and show the Programme Name in cboProgrammeName. txtProgrammeID is an autonumber field...I don't know if this makes a difference or not??

At this stage I don't want to write to any table - just use the data to display records on my form.

Thanx
Jo
 

Users who are viewing this thread

Back
Top Bottom