J
John Vinson
Well, here's a freqent answerer with a question of my own.
I have a database with a complex form, with a Tab control with
subforms on three of the tab pages. These subforms are only rarely
needed, but of course their existance causes slowdowns when the form
is opened or when I move from record to record, since (even if nobody
is looking at them) they must be requeried.
Ok, I learned a trick here which works pretty well: set the Subform's
SourceObject to blank, and only set it to the form name in the tab
control's Change event. Great; speeds opening the form noticably.
BUT... when I try it as a user with restricted permissions, I get the
error that I cannot change the properties of the Form because I don't
have sufficient privileges! Only by giving all users Design permission
on the form am I able to get this to work; and neither I nor my client
want to do that.
Any good way to get around this problem? Or should we just pay the
penalty in performance?
John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps
I have a database with a complex form, with a Tab control with
subforms on three of the tab pages. These subforms are only rarely
needed, but of course their existance causes slowdowns when the form
is opened or when I move from record to record, since (even if nobody
is looking at them) they must be requeried.
Ok, I learned a trick here which works pretty well: set the Subform's
SourceObject to blank, and only set it to the form name in the tab
control's Change event. Great; speeds opening the form noticably.
BUT... when I try it as a user with restricted permissions, I get the
error that I cannot change the properties of the Form because I don't
have sufficient privileges! Only by giving all users Design permission
on the form am I able to get this to work; and neither I nor my client
want to do that.
Any good way to get around this problem? Or should we just pay the
penalty in performance?
John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps