M
Mark Davis-Craig
I've been struggling for about ten hours now and my local colleagues don't
know either.
I have a table called Awards. It holds twenty-odd fields related to special
compensation for our employees. Right now it's pretty much a stand-alone
table.
I have another table which stores info about our employees. You can imagine
its fields.
On the Awards table, we want to know the current job and current department
of the employee so we want those fields exist in the Awards table.
I'm trying to create a form for data entry into the Awards table such that
an Autolookup on the foreign key for the employee ID or primary key on the
Employees table will not only display employee name, current department,
current job, etc. in the pick box and in the form but will also actually
write the employee name, department, and job into the Awards table. I have
the autolookup working well, but the data from my Employees table never gets
written into my Awards table.
I know this may go against many principles of RDBMS design, but we really
don't care to update the department or job title of the employees once
they're on the Awards table. We want to be able to report on their job at
the point in time they received the award. Their job could easily change in
the future.
Thanks for any assistance.
Mark Davis-Craig
(e-mail address removed)
know either.
I have a table called Awards. It holds twenty-odd fields related to special
compensation for our employees. Right now it's pretty much a stand-alone
table.
I have another table which stores info about our employees. You can imagine
its fields.
On the Awards table, we want to know the current job and current department
of the employee so we want those fields exist in the Awards table.
I'm trying to create a form for data entry into the Awards table such that
an Autolookup on the foreign key for the employee ID or primary key on the
Employees table will not only display employee name, current department,
current job, etc. in the pick box and in the form but will also actually
write the employee name, department, and job into the Awards table. I have
the autolookup working well, but the data from my Employees table never gets
written into my Awards table.
I know this may go against many principles of RDBMS design, but we really
don't care to update the department or job title of the employees once
they're on the Awards table. We want to be able to report on their job at
the point in time they received the award. Their job could easily change in
the future.
Thanks for any assistance.
Mark Davis-Craig
(e-mail address removed)