Craigc3814
Board Regular
- Joined
- Mar 7, 2016
- Messages
- 217
I have two tables that I want to join, no data from either matches and this is intentional.
The first table is a bunch of data that includes the hours charged to a given project # sometimes you do not charge time to a specific project you are just doing admin work. I have to split that admin work over all of the available project numbers you could charge time to.
The second table is one column and it is a list of 16 project numbers available to charge time to.
I want to join the first table to the second table and for each row in the first table I want to create 16 lines of that same data one line for each project number from the second table. I thought I could do an anti join but no luck.
The first table is a bunch of data that includes the hours charged to a given project # sometimes you do not charge time to a specific project you are just doing admin work. I have to split that admin work over all of the available project numbers you could charge time to.
The second table is one column and it is a list of 16 project numbers available to charge time to.
I want to join the first table to the second table and for each row in the first table I want to create 16 lines of that same data one line for each project number from the second table. I thought I could do an anti join but no luck.