subform based on query of multiple tables

S

Seren

I'm having a really big issue and I've gone around and around with this...

I have a form that lets the user enter criteria and then click a "View"
button. The query I am attempting to use has info from 3 different tables.
there is a result table that includes resultID, OpID, OpNum, date, day,
Shift, and panels. The PanelJob table has OpID and Operation, and the
PanelJobDetail table has OpNum, OpID, and OperationDetail. I need date, day,
Shift and panels from the result table, Operation from PanelJob table, and
OperationDetail from PanelJobDetail table. I can get everything but the
Operation and OperationDetail fields. All of these tables are connected
through relationships. I know there needs to be something in the criteria
field of these two like there are for the rest, but it's over my head right
now, I guess.

Does anyone know what I'm talking about, or, more importantly, what needs to
be done?

Thanks!
Seren
 

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