
Originally Posted by
Eric Huang
Hi,
I am fairly new to Access, and I hope someone here can help me with my question.
I am trying to combine two tables with different fields. My first table has salary data of each employee:
Event ID (primary key)
Employee ID
Event type (pay raise or pay decrease)
Event date
New salary figure
Second table has injury data:
Event ID (primary key)
Employee ID
Event type (type of injury)
Event date
+ other fields related to the injury
I tried to create a query that display all events and event details related to an employee in chronological order, but I ended up getting the permutation of the two tables. What would be the proper way of doing this?
Also, for logistic reason, I prefer not to create a combined table that has all the above fields.
Thanks