Displaying data from two different tables on one Form.

K

Kolten

I have a table that holds questionnaire data.
I have another table that holds event data.
Relationship is as follows:

tblQuestionnaire
QuestionnaireID
EventID
Address... etc

tblEvent
EventID
EnteredBy
DateTime
ClientLastName
ClientFirstName

The linking key is obviously EventID.

I have a form that displays all the Questionnaire data from the
Questionnaire table.
I want to place the DateTime from the Event table onto this form.

I cannot seem to figure out how to grab the DateTime record from the Event
table for the particular Questionnaire the user is currently viewing.

The DateTime fields also needs to be editable.

Is there a way to do this without getting into VB code?
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