Dear,
I have created a tables users with userID and have 2 tables with 1-to-many relations to userID:
tblAvailableHours (Fields userid - date - availablehours)
tblWorkedHours (fields userid-date-workinghours)
In both tables a have a date field. I would like to create a query to get as a result per row :
UserID - Date - AvailableHours - Workedhours
So eventually i can perform differenced between availablehours and workinghours.
I made 2 querys to join users to tblavailablehours and 1 query to join users to tblworkedhours.
I then created a new query in wich i put the 2 earlier made query linked the userid fields set relation type to 1 then added a relation type to dates with the take al the hours of tblavilablehours but it states i have faulte join.
Could someone point me to the solution or what i am missing ??
I have created a tables users with userID and have 2 tables with 1-to-many relations to userID:
tblAvailableHours (Fields userid - date - availablehours)
tblWorkedHours (fields userid-date-workinghours)
In both tables a have a date field. I would like to create a query to get as a result per row :
UserID - Date - AvailableHours - Workedhours
So eventually i can perform differenced between availablehours and workinghours.
I made 2 querys to join users to tblavailablehours and 1 query to join users to tblworkedhours.
I then created a new query in wich i put the 2 earlier made query linked the userid fields set relation type to 1 then added a relation type to dates with the take al the hours of tblavilablehours but it states i have faulte join.
Could someone point me to the solution or what i am missing ??
Last edited: