A
alex
Using Access ’03…
What would be the best way to disable all objects on a form except a
few chosen dynamically?
I have form/switchboard that opens when a user accesses the db.
Depending on who the user is (their loginID contained in a linked
table), I want to enable/disable objects on the form.
I’m sure it could do it individually, but it would be nice if I could
assign a bunch of objects to a group and then disable/enable that
group.
E.g.,
Dim N as object
N in (
Object 1
Object 2)
Thoughts?
alex
What would be the best way to disable all objects on a form except a
few chosen dynamically?
I have form/switchboard that opens when a user accesses the db.
Depending on who the user is (their loginID contained in a linked
table), I want to enable/disable objects on the form.
I’m sure it could do it individually, but it would be nice if I could
assign a bunch of objects to a group and then disable/enable that
group.
E.g.,
Dim N as object
N in (
Object 1
Object 2)
Thoughts?
alex