C
Craash!
Access 2003 using 2000 File format
Relating to my issue, I have three tables.
Table 1
name=tbl_employees
Key=SS Number
Contents Personal Data
Total records ~490
Table 2
name=tbl_course_list
Key=course_name
Contents Details about each Training course (number, notes,
description)
Total records ~200
Table 3
name=tbl_training_actions
Key=Auto Generated
Contents, each record contains course name (limited to records from
table 2), course date, course instructor, and the Social Security
Number of the Pupil (limited to records from table 1). So, a class of
30 people attending "Fall Protection Training" will generate 30
records.
Total records ~thousands
What I want to be able to do is supply a query with a "course_name"
criteria (that's the EASY part) and be rewarded with the people who
HAVEN'T sat for the class.
Any help is appreciated.
Relating to my issue, I have three tables.
Table 1
name=tbl_employees
Key=SS Number
Contents Personal Data
Total records ~490
Table 2
name=tbl_course_list
Key=course_name
Contents Details about each Training course (number, notes,
description)
Total records ~200
Table 3
name=tbl_training_actions
Key=Auto Generated
Contents, each record contains course name (limited to records from
table 2), course date, course instructor, and the Social Security
Number of the Pupil (limited to records from table 1). So, a class of
30 people attending "Fall Protection Training" will generate 30
records.
Total records ~thousands
What I want to be able to do is supply a query with a "course_name"
criteria (that's the EASY part) and be rewarded with the people who
HAVEN'T sat for the class.
Any help is appreciated.