Prev: Can't change the Back Color of my List Box
Next: Is there a native access version of the treeview?
From: Chad on 12 Apr 2010 10:48 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] > . >
First
|
Prev
|
Pages: 1 2 Prev: Can't change the Back Color of my List Box Next: Is there a native access version of the treeview? |