Dear Friends,
I am using A2010 Version.I have a report which is displaying the data of all the users, which I want to rectify and display only the data of the current user.
Now to give you basic info:
I have 2 tables:
1)AddUser(Emplo yeeId{Numeric}, Job Title,SecurityI d....)
2)Tasks(ID,Empl oyeeId,Title,De scription,Start Date, Due Date,..)
Now when the current user click on the command button, it redirect to the report. Report contains Fields like
EmployeeId,Empl oyeeName,Title, Description,Sta rt Date,Due Date.
Now EmployeeId and EmployeeName is displayed through the combobox query in Row Source.
Please note: EmployeeId and all the details are fetched from "Tasks" table, while EmployeeName is fetched from "Contacts" table.
At last , I want to filter the data based on the EmployeeId.
I surfed a lot and came across so many solutions but neither are solving my problem, or I am not getting a clear idea how to do that.
Please help me out.
Looking forward for helpful reply. :)
I am using A2010 Version.I have a report which is displaying the data of all the users, which I want to rectify and display only the data of the current user.
Now to give you basic info:
I have 2 tables:
1)AddUser(Emplo yeeId{Numeric}, Job Title,SecurityI d....)
2)Tasks(ID,Empl oyeeId,Title,De scription,Start Date, Due Date,..)
Now when the current user click on the command button, it redirect to the report. Report contains Fields like
EmployeeId,Empl oyeeName,Title, Description,Sta rt Date,Due Date.
Now EmployeeId and EmployeeName is displayed through the combobox query in Row Source.
Please note: EmployeeId and all the details are fetched from "Tasks" table, while EmployeeName is fetched from "Contacts" table.
At last , I want to filter the data based on the EmployeeId.
I surfed a lot and came across so many solutions but neither are solving my problem, or I am not getting a clear idea how to do that.
Please help me out.
Looking forward for helpful reply. :)
Comment