Hi
I have an employee table (having a maximum of 3 categories) joined to a table which holds different categories...
Eg id field
1 = Domestics
2 = Kitchen assistant
3 = Driver
Some people have 2 or 3 categoraries, I need to do a query, I have linked the 2 tables, how do i get the query to show:
Category1 Category2 Category3
It shows the Category name and not the id when i export it to excel..
The query now shows
name, surname, categoryID1,categoryID2,categoryID3,
I need to convert the categoryID to that corresponding field in the Category Table..
Thx
Darin
I have an employee table (having a maximum of 3 categories) joined to a table which holds different categories...
Eg id field
1 = Domestics
2 = Kitchen assistant
3 = Driver
Some people have 2 or 3 categoraries, I need to do a query, I have linked the 2 tables, how do i get the query to show:
Category1 Category2 Category3
It shows the Category name and not the id when i export it to excel..
The query now shows
name, surname, categoryID1,categoryID2,categoryID3,
I need to convert the categoryID to that corresponding field in the Category Table..
Thx
Darin