
Originally Posted by
Jgonz1659
I have just been tasked with creating a positions trackingdatabase and I am trying to figure out the best way to structure it. My goal is to be able to track positions,employees in those positions, and compare budget to actual salaries. I have attached a PDF document with my tables. I’mhoping that someone in this forum has created a similar database and canprovide some guidance. Here are my questions:
1. Do I need a separate table for actual andbudgeted positions or should I just create one table with both actual andbudgeted information? We currently have employees in unbudgeted positions, soif I create two tables, then it might be difficult to compare.
For example ,whenI create the relationship between the tables, my query will only return one ofthe following:
a. All records from the budgeted positions table
b. All records from the actual positions table
c. Only include rows where the joined fields fromboth tables are equal.
d. Note: These options will not allow me toaccurately view and compare budget to actual information.
2. I would like to produce a vacant positionsreport. Will I need a vacant positions table or should I just include a fieldwith a YES or NO to identify if the position is vacant?