What permissions are needed to set control to visible or not

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a form that has three subforms. Because of limited space on the main
form, I have placed all three subforms on top of each other and have created
three command buttons for the user to toggle between subforms. The form
initially opens with one of the subforms visible.

Depending upon what permissions the user has, the form may or may not
produce an error upon Opening. Since I do not wish to grant more than
open/run permission for the users, I'm hoping that someone can advise me on
how I can make this work.

Please Help!

Arlene
 
Oops, here it is...

Error # 2467: The expression you entered refers to an object that is closed
or doesn’t exist.
 
Hi Doug,

I feel so stupid - I had forgot to set permissions a table that populates a
combobox on my form. When I opened the form while logged in as an admin, I
didn't get the error message; however, when I clicked on one of my
comboboxes, I got an actual permissions error. Once I set permissions on
that particular table and logged back in as the user, I didn't get the error
message anymore.

I sure wish the error messages could be a little more helpful sometimes.

Anyway, many thanks for offering your assistance to me!

Arlene
 
Back
Top