J
JR Hester
Access XP on WinXP.
In a quandry, hope someone has a practical suggestion.
developing a training database including tables for participants, classes,
sessions, rooms and ExternalInstructors. Current dilemma deals with
Participant and ExternalInstructor tables and a CreateSessions form.
Sometimes we contract outside vendors to supply instructors for specific
class sessions. Most sessions are led by members of our staff. ( Important
note all particiapnts are staff members).
Problem:
I have envisioned and planned to have a single field on my data entry form
to record the session Instructor. This enables a report showing the
instructor for each session. I do NOT want external instructors added to our
participant table and it does not make sense to add participants who are also
instructors to the ExternalInstructors table. Is there a way of using one
field on the form to lookup values from both tables? How would i do this?
Of course I can palce two fields on the data entry form, one for external
instructor and one for internal(participants). This is an easy option and may
be my best or only solution. How can I prevent someone from choosing an
option in both of these fields? In my scenario, I can't forsee having both an
internal and External instructor for the same class session. If this is the
approach to take, How should I proceed with the query/report to pull data
from whichever table is applicable for each session?
Thanks for your thoughts suggestions
In a quandry, hope someone has a practical suggestion.
developing a training database including tables for participants, classes,
sessions, rooms and ExternalInstructors. Current dilemma deals with
Participant and ExternalInstructor tables and a CreateSessions form.
Sometimes we contract outside vendors to supply instructors for specific
class sessions. Most sessions are led by members of our staff. ( Important
note all particiapnts are staff members).
Problem:
I have envisioned and planned to have a single field on my data entry form
to record the session Instructor. This enables a report showing the
instructor for each session. I do NOT want external instructors added to our
participant table and it does not make sense to add participants who are also
instructors to the ExternalInstructors table. Is there a way of using one
field on the form to lookup values from both tables? How would i do this?
Of course I can palce two fields on the data entry form, one for external
instructor and one for internal(participants). This is an easy option and may
be my best or only solution. How can I prevent someone from choosing an
option in both of these fields? In my scenario, I can't forsee having both an
internal and External instructor for the same class session. If this is the
approach to take, How should I proceed with the query/report to pull data
from whichever table is applicable for each session?
Thanks for your thoughts suggestions