Careat report with using data of each employee from 2 tables

G

Guest

I want to create report for employes courses . So it display the courses that
employee pass them and the courses that employee not yet pass them. the
courses that passed is in table and the courses that not yet assed is in
another table. the report will be grouping by employee number.
Please help me to do it.
Tks
 
G

Guest

you must combine the two tables into one table.

employee, courseName, passed

passed will be a logical field (true,false) or could contain "passed"/"not
passed"

After this is done than you report can Group on employee, then passed
 

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

Similar Threads

Mass Data Entry - Repost 1
Using a query parameter for a report 8
An Opposite Report 2
Access Pie Chart 7
Subreports 1
Display dual tabels 2
Report and crosstab 5
Return Desired Value in a Text Box 4

Top