Text box value based on query(?)

A

Amy

I posted this in the New Users section, but it looks like
it would have been better to ask my question here. For
those of you who read both, I apologize for the
repetition.

I have a form (frmContactInfo), for faculty information,
in which there is a subform (fsubKeywordMatch), which
captures keyword IDs that faculty select from a set list
(lists keyword IDs and keyword descriptions for viewing
only).
What I would like to do is create a text box that will
display the keyword description based on the keyword ID
that is entered into the KeywordID control on the
subform, so the user can verify that he entered an
appropriate keyword ID. KeywordID and KeywordDescription
are separate fields in another table (tblKeywordsAll),
and I have a simple parameter query based on that table
(qryKeywordDescription), which uses the keyword ID as the
criteria to display the related keyword description.

How do I put this together? My understanding of code is
equivalent to See Spot Run, so any help you can give
would be appreciated.

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top