Hello,
I have a question, and I have already spent the whole day trying to figure it out but unfortunately couldn't get it to work, I am hoping that you could help me or guide me to the right direction...
I have a security enabled access database that has a Job Tracking Form, in the Job Tracking Form there is a DropDown Box for EntryAnalyst and ReviewAnalyst. What this do is for it to track down the work progress of whoever is assigned to a specific task. but I want it wherein when I open this form, it will filter for whoever it is assigned to either as an EntryAnalyst or a ReviewAnalyst.
Example if JohnSmith is assigned as EntryAnalyst, the ReviewAnalyst will be SamAdams. Then another task will be MillerLite is assigned as EntryAnalyst and the ReviewAnalyst will be JohnSmith.So given that I am JohnSmith [CurrentUser()] whenever I open the form, it should show that record that has my name in the EntryAnalyst dropdown box AND the record that has my name in the ReviewAnalyst dropdown box.
so basically the simple logical if statement for this query is that the Form will open IF EntryAnalyst OR ReviewAnalyst = CurrentUser()
Please help with my problem, I would highly appreciate it.
Thank you,
I have a question, and I have already spent the whole day trying to figure it out but unfortunately couldn't get it to work, I am hoping that you could help me or guide me to the right direction...
I have a security enabled access database that has a Job Tracking Form, in the Job Tracking Form there is a DropDown Box for EntryAnalyst and ReviewAnalyst. What this do is for it to track down the work progress of whoever is assigned to a specific task. but I want it wherein when I open this form, it will filter for whoever it is assigned to either as an EntryAnalyst or a ReviewAnalyst.
Example if JohnSmith is assigned as EntryAnalyst, the ReviewAnalyst will be SamAdams. Then another task will be MillerLite is assigned as EntryAnalyst and the ReviewAnalyst will be JohnSmith.So given that I am JohnSmith [CurrentUser()] whenever I open the form, it should show that record that has my name in the EntryAnalyst dropdown box AND the record that has my name in the ReviewAnalyst dropdown box.
so basically the simple logical if statement for this query is that the Form will open IF EntryAnalyst OR ReviewAnalyst = CurrentUser()
Please help with my problem, I would highly appreciate it.
Thank you,