Order of Events

K

Keith Wilby

Is it right for a subform's Open and Current events to fire before the Load
event of its parent form? I'd been trying to implement this

http://www.granite.ab.ca/access/performanceforms.htm

but have hit snags because I have a calc on the sub's record source in the
sub's Load event that fails because there's no record source yet!

Thanks.
Keith.
 
D

Douglas J. Steele

Yes, subforms get instantiated before the parent forms (I know, that seems
counterintuitive!)
 
K

Keith Wilby

Douglas J. Steele said:
Yes, subforms get instantiated before the parent forms (I know, that seems
counterintuitive!)

'deed it does! Thanks Doug.

Keith.
 
Top