I need a query that’s gets data from to different tables and joins prospective gains personnel data with personnel already present at the command data. My problem is, I can’t get the prospective gains information in a query with personnel already present, its either one or the other and I try changing query joins.
My goal is to have the both pieces of information in a query I can sort by BC. (Billet Code= job title and status) Once placed in a report the end-user can then see his or her replacement.
The tables are joining by Social security numbers (I had to join the tables to query the two).
Table 1: Personal onboard (1100 personnel presently at the command)
Table 2: PG List (Prospective gain list personnel inbound in the next 3 to 6 months)
Why can’t I grab the information I need in my query to make a report showing who's replacing who?
My goal is to have the both pieces of information in a query I can sort by BC. (Billet Code= job title and status) Once placed in a report the end-user can then see his or her replacement.
The tables are joining by Social security numbers (I had to join the tables to query the two).
Table 1: Personal onboard (1100 personnel presently at the command)
Table 2: PG List (Prospective gain list personnel inbound in the next 3 to 6 months)
Why can’t I grab the information I need in my query to make a report showing who's replacing who?