L
LDMueller
I need to be able to determine if a user is a member of the "Update Data
Users" Access security group and if they are then I'll allow them to see more
command buttons on my form.
The code would be something like the following:
If current user is in "Update Data Users" group then
Me.cmdEditRecord.Visible = True
else
Me.cmdEditRecord.Visible = False
end if
Any help would be greatly appreciated.
Thanks,
LDMueller
Users" Access security group and if they are then I'll allow them to see more
command buttons on my form.
The code would be something like the following:
If current user is in "Update Data Users" group then
Me.cmdEditRecord.Visible = True
else
Me.cmdEditRecord.Visible = False
end if
Any help would be greatly appreciated.
Thanks,
LDMueller