I am working on an ADP project and having difficulties getting a SQL statement to work...I have 175 employees assigned to 375 stores..
I have 2 tables; 1 table has a column with store numbers in it.
The 2nd table has multiple columns with employee info. Each employee has between 1-4 stores. Each store being in a separate column. What I need to do is have a query where a new table is created with each store number in one column and the employee name assigned to that store in the next column.
This one has me irritated...It's got to be simpler than I am making it...
THANKS!!!
Hans
I have 2 tables; 1 table has a column with store numbers in it.
The 2nd table has multiple columns with employee info. Each employee has between 1-4 stores. Each store being in a separate column. What I need to do is have a query where a new table is created with each store number in one column and the employee name assigned to that store in the next column.
This one has me irritated...It's got to be simpler than I am making it...
THANKS!!!
Hans