I'm trying to simplify how this form works for future programming. I have a pull down to select the type, which also changes the subform so that it's formatted for the appropriate type. I have a second field that contains the subform name. I would like to refer to that subform name value in that text box in the "on load" event of the form so that I know it opens the correct subform each time. The "on load" event procedure I'm using is:
[/code]
Me.OpeningSashSubform.SourceObject = "&[Me].[SashForm]&"
[code]
In principle I think it works. I think my problem is just in my punctuation...
I'd appreciate any help.