A
Angela
I've implemented user-level security on the database and am testing it while
logged in as the 'editor' (full user) to make sure everything works. All the
queries are set to RWOP, user has Open/Run permissions on all forms, has
update/delete/insert permissions on certain tables that are updated thru
queries. I have two issues that I can't resolve:
- On one form, there is a unbound combox where the user can select a course
number. The AfterUpdate event on the combobox inserts the course name and
description into two other unbound text fields (by setting those fields using
cboCourseNumber.column(1) etc). This works fine when I am logged in as
myself (Admin) but not as Editor. What in the security parameters could
prevent those unbound fields from populating?
- One of the buttons on the Switchboard doesn't work when logged in as
Editor (it's supposed to pull up another form). The Editor has Open/Run
permission on all the forms.
Thanks for any and all help! I am so stuck.
Angela
logged in as the 'editor' (full user) to make sure everything works. All the
queries are set to RWOP, user has Open/Run permissions on all forms, has
update/delete/insert permissions on certain tables that are updated thru
queries. I have two issues that I can't resolve:
- On one form, there is a unbound combox where the user can select a course
number. The AfterUpdate event on the combobox inserts the course name and
description into two other unbound text fields (by setting those fields using
cboCourseNumber.column(1) etc). This works fine when I am logged in as
myself (Admin) but not as Editor. What in the security parameters could
prevent those unbound fields from populating?
- One of the buttons on the Switchboard doesn't work when logged in as
Editor (it's supposed to pull up another form). The Editor has Open/Run
permission on all the forms.
Thanks for any and all help! I am so stuck.
Angela