Chey,
The command button is on the main form, right? And you want to show the
subform, right?
If so, your macro will be like this...
Action: SetValue
Item: [NameOfYourSubform].[Visible]
Expression: Yes
--
Steve Schapel, Microsoft Access MVP
"Chey" <(E-Mail Removed)> wrote in message
news:656C859D-0B15-4EF8-B36E-(E-Mail Removed)...
> I don't understand. I created a macro and did setvalue, then under item I
> put
> the form name. What do I do under expression.
> Right now I have the forms property set to visable no. So when I click the
> command button, it should become visable.
>
|