A arvindn Registered User. Local time Tomorrow, 02:44 Joined Oct 1, 2003 Messages 99 Feb 7, 2004 #1 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?
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?
Oldsoftboss AWF VIP Local time Tomorrow, 08:14 Joined Oct 28, 2001 Messages 2,499 Feb 7, 2004 #2 You can only change this property when the form is in design view. Dave
A arvindn Registered User. Local time Tomorrow, 02:44 Joined Oct 1, 2003 Messages 99 Feb 7, 2004 #3 Thanks. Any tricks to get around this ?
A arvindn Registered User. Local time Tomorrow, 02:44 Joined Oct 1, 2003 Messages 99 Feb 8, 2004 #5 The purpose is to allow a particular view (form/datasheet) of the subform based on the particular user's preference.
The purpose is to allow a particular view (form/datasheet) of the subform based on the particular user's preference.