You need code in the Form_Current event for the subform, i.e.,
If Me.NewRecord then
'Hide controls
Else
'Unhide controls
End if
You also need to call Form_Current from Form_Afterupdate (so the controls
will be shown after record is added).
One post on a given topic is sufficient. Multiple posts aren't going to
help any unless you are clarifying something, in which case you should post
under the same thread.

Signature
Paul Overway
Logico Solutions
http://www.logico-solutions.com
>I need to change which controls are displayed if the user is on a new
>record. I'm trying to use the isNewRecord() function to handle this,
[quoted text clipped - 5 lines]
>
> David H
David C. Holley - 25 Feb 2005 02:31 GMT
Did I post multiple times?
> You need code in the Form_Current event for the subform, i.e.,
>
[quoted text clipped - 10 lines]
> help any unless you are clarifying something, in which case you should post
> under the same thread.
David C. Holley - 25 Feb 2005 02:38 GMT
Sorry about the double posting. I posted the first message and then
realized that I could state the problem a bit easier and forgot to
cancel the first.
> You need code in the Form_Current event for the subform, i.e.,
>
[quoted text clipped - 10 lines]
> help any unless you are clarifying something, in which case you should post
> under the same thread.