F
Fred Mart
I have a database that deals with Employees and Jobs.
There are two main forms - one is an Employee view and
the other is a Position (or Job) view.
There is a many-to-one relationship of Employees to Jobs
and, conversely, Jobs to Employees. I thus have a
linking table called Actions (Interview, Offer, Accept,
etc.) which defines the relationship between an Employee
and a Job. The single Employee view form has a subform
datasheet that shows limited information (Positions,
Actions and Action dates) that the Employee is associated
with.
In a similar vein, the Position view form has a subform
showing info about the Employees and Actions that the
Position is associated with.
My problem is this - I want to place a command button in
the footer of the Employee view form that when selected
takes me to the detailed Position view of the selected
Position in the subform. I also want to do the same from
the Postion view form - i.e. go to the Employee view form
from the selected Employee record in the subform.
I've spend a couple of days trying to get the button
coded but to no avail. So - help!
Fred M3
There are two main forms - one is an Employee view and
the other is a Position (or Job) view.
There is a many-to-one relationship of Employees to Jobs
and, conversely, Jobs to Employees. I thus have a
linking table called Actions (Interview, Offer, Accept,
etc.) which defines the relationship between an Employee
and a Job. The single Employee view form has a subform
datasheet that shows limited information (Positions,
Actions and Action dates) that the Employee is associated
with.
In a similar vein, the Position view form has a subform
showing info about the Employees and Actions that the
Position is associated with.
My problem is this - I want to place a command button in
the footer of the Employee view form that when selected
takes me to the detailed Position view of the selected
Position in the subform. I also want to do the same from
the Postion view form - i.e. go to the Employee view form
from the selected Employee record in the subform.
I've spend a couple of days trying to get the button
coded but to no avail. So - help!
Fred M3