N
NOT ACCESSABLE
I need an access table from which I can query a specific course name and
other relevant training course information and/or determine which employees
have requested a particular course or be able to query an employee and see
all the courses that an employee has requested.
I have built an Employee Table and a Course Table. I couldn’t figure out a
way to put in an employee who was taking more than one course. So I thought I
might be able to build a Training Request Table with three columns - a
primary key, Training Request ID (auto numbered), Employee ID with a lookup,
and Course ID.
I think this is probably simple if you know what you are doing. But I don’t.
I have spent weeks trying to figure this out and nobody I know knows anything
about access.
other relevant training course information and/or determine which employees
have requested a particular course or be able to query an employee and see
all the courses that an employee has requested.
I have built an Employee Table and a Course Table. I couldn’t figure out a
way to put in an employee who was taking more than one course. So I thought I
might be able to build a Training Request Table with three columns - a
primary key, Training Request ID (auto numbered), Employee ID with a lookup,
and Course ID.
I think this is probably simple if you know what you are doing. But I don’t.
I have spent weeks trying to figure this out and nobody I know knows anything
about access.