I have a query which is used to set up a report showing absences here for employees. The query is basically set up to show the following data: tstaff.Empname, tdept.dept, and various fields from t.Absence, such as date etc...
The problem I have is this. When the user enters in the name of the person they want to run a query, eg Joe Bloggs, and runs the query. The query returns all absences for Joe Bloggs & all absences for everyone else in his department. So basically, we have a report showing all of the Sales absences under Joe Bloggs, even though they are correctly entered in tAbsence.
Has anyone got any ideas? We really need to get this working asap, as we have a few reports that need running.
Thanks in advance
Dave
The man in black fled across the desert, and the Gunslinger followed
The problem I have is this. When the user enters in the name of the person they want to run a query, eg Joe Bloggs, and runs the query. The query returns all absences for Joe Bloggs & all absences for everyone else in his department. So basically, we have a report showing all of the Sales absences under Joe Bloggs, even though they are correctly entered in tAbsence.
Has anyone got any ideas? We really need to get this working asap, as we have a few reports that need running.
Thanks in advance
Dave
The man in black fled across the desert, and the Gunslinger followed