A
Adiankur via AccessMonster.com
My problem is as follows. I have a 9 table database, with 4 tables just
holding the various codes that are single entities. The tables I have that
are involved in the following problem are: Staff, Clients, Staff positions,
Client authorizations and staff assignments.
Staff positions exist because one staff person can hold several different
positions at one time, and I added that table rather than have position 1,
salary 1, position 2 salary two in the staff table.
Staff is linked to staff positions and staff assignments.
Clients is linked to authorizations
authorizations is linked to staff assignments
Staff--staff positions---Staff assignments---authorizations---clients
--->>>>
<<<----
Client names and staff names reside only on their individual tables, but when
I want to fill in details for staff assignments, its difficult to know what I
am assigning, as the the staff positions and authorization tables only hold
codes and not the names.
Staff is linked to position by employee#
Staff position is also linked to assignments by employee number, I could
directly link staff and assignments I guess.
clients linked to auth by client id, auth linked to staff assignments by auth
auto number.
Staff assignment has just Auto number, Employee#, and Auth ID auto number
How can I set this up so I am choosing names on the assignment table, but its
only filling in the employee number and auth id auto number from their
respective tables?
thanks for your time and patience, and if you have some information, thanks
for that as well.
holding the various codes that are single entities. The tables I have that
are involved in the following problem are: Staff, Clients, Staff positions,
Client authorizations and staff assignments.
Staff positions exist because one staff person can hold several different
positions at one time, and I added that table rather than have position 1,
salary 1, position 2 salary two in the staff table.
Staff is linked to staff positions and staff assignments.
Clients is linked to authorizations
authorizations is linked to staff assignments
Staff--staff positions---Staff assignments---authorizations---clients
--->>>>
<<<----
Client names and staff names reside only on their individual tables, but when
I want to fill in details for staff assignments, its difficult to know what I
am assigning, as the the staff positions and authorization tables only hold
codes and not the names.
Staff is linked to position by employee#
Staff position is also linked to assignments by employee number, I could
directly link staff and assignments I guess.
clients linked to auth by client id, auth linked to staff assignments by auth
auto number.
Staff assignment has just Auto number, Employee#, and Auth ID auto number
How can I set this up so I am choosing names on the assignment table, but its
only filling in the employee number and auth id auto number from their
respective tables?
thanks for your time and patience, and if you have some information, thanks
for that as well.