dpelizzari
Registered User.
- Local time
- Today, 16:41
- Joined
- Jun 10, 2010
- Messages
- 26
I have a form with a subform where I want to select (via button) which format to open the form in. Opening the form is simple, DoCmd.OpenForm (FormName),acFormDS to open in datasheet, however, the subform opens in default view (single form). Can you programmatically set the property on the subform to change the Default View from Single Form to Datasheet and back?