S
Steve in MN
I want to put a check box on a form but only want that check box (and label)
to be visible to certain people because it is a finalization of a process.
So I have the Module for current user set up in the DB.
In the On_Load property of the form, I want to have the code check the
"current User" against a list of "Users" from table "Admin_Users" and if the
current user (from NT login) equals one of the "Users" from the "Admin_Users"
table then that check box and label would be visible. If the current user is
not on the list, then the check box and label would not be visilble.
I know this has to do with loops and I have not had any experience yet on
setting them up.
I know this is probably pretty easy and as soon as I see it I will click,
but I can't figure it out.
Thanks
to be visible to certain people because it is a finalization of a process.
So I have the Module for current user set up in the DB.
In the On_Load property of the form, I want to have the code check the
"current User" against a list of "Users" from table "Admin_Users" and if the
current user (from NT login) equals one of the "Users" from the "Admin_Users"
table then that check box and label would be visible. If the current user is
not on the list, then the check box and label would not be visilble.
I know this has to do with loops and I have not had any experience yet on
setting them up.
I know this is probably pretty easy and as soon as I see it I will click,
but I can't figure it out.
Thanks