G Guest Jul 31, 2007 #1 How can I make a subform invisible until the Project Field on the main form is populated? Thanks,
P pietlinden Jul 31, 2007 #2 How can I make a subform invisible until the Project Field on the main form is populated? Thanks, Click to expand... In the OnCurrent event, set the subform's visible property to False. Then in the Visible property of subform in the AfterUpdate property of the project field on the main form.
How can I make a subform invisible until the Project Field on the main form is populated? Thanks, Click to expand... In the OnCurrent event, set the subform's visible property to False. Then in the Visible property of subform in the AfterUpdate property of the project field on the main form.
L Larry Daugherty Aug 1, 2007 #3 Set its "visible" property to False. When you want it seen again, set it to True. There's a pretty good paper by Keri Hardwick on referring to subforms on www.mvps.org/access HTH
Set its "visible" property to False. When you want it seen again, set it to True. There's a pretty good paper by Keri Hardwick on referring to subforms on www.mvps.org/access HTH