johndoomed
VBA idiot
- Local time
- Today, 10:33
- Joined
- Nov 4, 2004
- Messages
- 174
Hi all!
The case: In our CRM-db, I need to add "Department" in order to better sort employees and their assigned tasks and projects. In the employees table, I assign the different employees to their department using departmentID. Then using a query, I display the different tasks and projects for that specific department (BTW: employees = users).
The problem: How to display the tasks for multiple departments to selected users. Example: Project managers get the tasks for both Design and Programming department.
The question: Is this possible? In tbl_employees, I can add multiple department ID's in the departmentID field (Example: 1,3,4), and use these in my queries to select the tasks with departmentID 1,3 and 4..
I hope you can understand what I'm trying to explain. I have banged my head against the wall (Luckily its a wooden wall), and googled around both this forum and the WWW the last few days, but without being any wiser. Hopefully I have some language problems and don't search after the right things..
Thanks for any help!
The case: In our CRM-db, I need to add "Department" in order to better sort employees and their assigned tasks and projects. In the employees table, I assign the different employees to their department using departmentID. Then using a query, I display the different tasks and projects for that specific department (BTW: employees = users).
The problem: How to display the tasks for multiple departments to selected users. Example: Project managers get the tasks for both Design and Programming department.
The question: Is this possible? In tbl_employees, I can add multiple department ID's in the departmentID field (Example: 1,3,4), and use these in my queries to select the tasks with departmentID 1,3 and 4..
I hope you can understand what I'm trying to explain. I have banged my head against the wall (Luckily its a wooden wall), and googled around both this forum and the WWW the last few days, but without being any wiser. Hopefully I have some language problems and don't search after the right things..
Thanks for any help!