I assume that there is some kind of action taken once the Subject 1 & Subject 2 fields are selected, probably the display of a record somewhere? If so, what you do is set a Combobox for Subject 2 to take input not restricted to the rowsource, and then when the user hits enter (or clicks a button, or whatever) you do a test to see if there is a record on file for that Subject1/2 combo. If there is, you display it, if not, you issue a dialogue box saying something like "The info for this query does not exist, would you like to enter it?" Yes/No. If they choose yes, pop up a data entry form and save the record off to whatever table you have it in, if they say no, drop em back to your Subject choice form.
|