I hope this does not sound like a stupid question, but I can't seem to properly establish a relationship between tables in an employee leave database.
For example every employee will have several leave types, such as annual, sick, maternity, etc. My employees table contains all the data on the employee, and the individual leave tables incluse the start and end dates, the amount of leave earned, and the amount of leave taken. I want to use the employee name and number in the main form, and the individual leave table in three sub forms.
I must link the names table to each of the leave tables (I assume) but I can only get it to work with one link, not all three.
What might I be doing wrong?
Thanks
JimMacD
For example every employee will have several leave types, such as annual, sick, maternity, etc. My employees table contains all the data on the employee, and the individual leave tables incluse the start and end dates, the amount of leave earned, and the amount of leave taken. I want to use the employee name and number in the main form, and the individual leave table in three sub forms.
I must link the names table to each of the leave tables (I assume) but I can only get it to work with one link, not all three.
What might I be doing wrong?
Thanks
JimMacD