No, this is not a dumb question. It's actually fascinating.
Yes, it is possible to do what you want, but you have to be *careful*. You
should ONLY do it if your detail section is *locked*, that is if the records
cannot me changed. I'll explain why in a minute.
First of all, here's how to do it:
Instead of having just your main table as the record source for your form,
create a query that joins the main table with the lookup table(s),
displaying both the medication ID number and the medication name in the
field list. (Make sure you add the ID field from the *main table* and not
from the linked table.) Leave your unbound combos as they are. Now,
instead of displaying the medication ID in the field of the form, just
display the medication name field. That ought to do it.
Now, here's why you only want to do this if the form records are locked. If
you go back and change a medication name, it won't be changed in the main
table, but it will be changed in the lookup table! That means that every
single instance of that medication ID will be changed to the new name. Not
what you want, probably.
So if you want your user to be able to change the selection (say if they
made a mistake and chose the wrong medication), you should leave them as
combo boxes.
Does that help?
--
--Roger Carlson
MS Access MVP
Access Database Samples:
www.rogersaccesslibrary.com
Want answers to your Access questions in your Email?
Free subscription:
http://peach.ease.lsoft.com/scripts/wa.exe?SUBED1=ACCESS-L