Dreamweaver
Well-known member
- Local time
 - Today, 09:50
 
- Joined
 - Nov 28, 2005
 
- Messages
 - 2,467
 
I have been trying to get this working without any luck,Except that is I have to close and open the main form which then updates the controls for the style on the subform but not really happy doing that.
I have tried a number of ways like
Me.Subform.Sourceobject=""
DoCmd.Close "Source Object Form"
Me.Subform.Sourceobject="Source Object Form"
That didn't work
Also Added a public function to the subform and first tried to call the Load_form which didn't work, so I added the call to the style Function which still didn't work
I called the subform function like Form_subform.function I know it was called as put a debug in there.
I suspect I wont get it working any other way other than to do what I doing so thought I would ask
mick
 I have tried a number of ways like
Me.Subform.Sourceobject=""
DoCmd.Close "Source Object Form"
Me.Subform.Sourceobject="Source Object Form"
That didn't work
Also Added a public function to the subform and first tried to call the Load_form which didn't work, so I added the call to the style Function which still didn't work
I called the subform function like Form_subform.function I know it was called as put a debug in there.
I suspect I wont get it working any other way other than to do what I doing so thought I would ask
mick