Changing subform's currentview

arvindn

Registered User.
Local time
Today, 23:10
Joined
Oct 1, 2003
Messages
99
I want to be able to change a subform to form-view / datasheet view when the main form is open in form view (not in design view) using VBA code preferably using the open event procedure of the main form. How can it be done?
 
You can only change this property when the form is in design view.

Dave
 
Thanks.

Any tricks to get around this ?
 
The purpose is to allow a particular view (form/datasheet) of the subform based on the particular user's preference.
 

Users who are viewing this thread

Back
Top Bottom