JonWolgamuth
Technical User
I've done some searching via keyword, and I cannot find the answer here--which is amazing to me, so perhaps I'm not doing my search accurately.
Anyway, to the point, I'm working on a database which the analysts in our area will use to record the work we're currently working on. It will be a really nice organizational tool once we're done, but one feature has been requested which will make it even more valuable.
When users access the form to enter the tasks they're working on, it currently will show them the tasks "everyone" is working on. I want this to be the "toggle button up" scenario. When the user depresses the toggle button, I want the form to filter out everyone elses work, and show the individual's work only. I plan on using the Windows login ID for a filter [environ("username"
], but I don't know how to go about getting the toggle switch to "filter by form".
Also, I need some code which will change the caption of the toggle button depending on whether it is depressed or not.
I hope I've adequately described my situation. Thanks!
Jon
Anyway, to the point, I'm working on a database which the analysts in our area will use to record the work we're currently working on. It will be a really nice organizational tool once we're done, but one feature has been requested which will make it even more valuable.
When users access the form to enter the tasks they're working on, it currently will show them the tasks "everyone" is working on. I want this to be the "toggle button up" scenario. When the user depresses the toggle button, I want the form to filter out everyone elses work, and show the individual's work only. I plan on using the Windows login ID for a filter [environ("username"
Also, I need some code which will change the caption of the toggle button depending on whether it is depressed or not.
I hope I've adequately described my situation. Thanks!
Jon