Quick Search Query from Two Tables (Question)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Sorry - last one accidentally posted as "Suggestion"

I have two tables: tblEvaluation and tblCustomer. The tables are linked by a
primary key that resides in tblCustomer (atnCustNo) and is linked to
intCustNo tblEvaluation.

I also have a form that displays evaluation information based on
tblEvaluation. I have a quick lookup dropdown that allows the user to select
the date/time of the evaluation and I WANT them to also be able to see the
name of the client that is tied to that Evaluation. How can I do this? I
currently have the SQL below, but I need to incorporate the field
tblCutomer.chrCustName into the current query.

SELECT dtmEvalDate, intCustNo FROM tblEvaluation;
 

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

Back
Top