From: Chad on
Perfect. Thanks!

"John W. Vinson" wrote:

> On Fri, 9 Apr 2010 11:30:01 -0700, Chad <Chad(a)discussions.microsoft.com>
> wrote:
>
> >The problem I am running into is that when the user enters information in
> >Popup1, the table has not been populated witht he data that is in the subform
> >so there is no record to 'link' to. What is the best way to force te
> >esubform to pass its information to the table?
>
> In the code which pops up the form, include the line
>
> If Me.Dirty Then Me.Dirty = False
>
> before the openform step.
> --
>
> John W. Vinson [MVP]
> .
>