Opening Form Based on Value Input

D

Deb

I am wanting to open a form within a form based on the value input on a field
on the main form. How do I accomplish this? I am a newbie to Access 2007.

Thank you!!!
 
L

Lance

Don't have 2007, but in 2003 you could change which form a subform control
was displaying with <subform>.SourceObject = "XXXX"
 
Top