B
Bill
I have a form "A" that has as its recordsource
a simple query. Form "A" opens form "B" that
amongst other things might add records to the
recordsource that underlies Form "A". What
does form "A" have to issue in order that any
additions made to its recordsource by Form
"B" appear when Form "B" closes?
I tried Me.Requery following the DoCmd.OpenForm
of Form "B", but that had no effect. Also Me.Refresh.
Bill
a simple query. Form "A" opens form "B" that
amongst other things might add records to the
recordsource that underlies Form "A". What
does form "A" have to issue in order that any
additions made to its recordsource by Form
"B" appear when Form "B" closes?
I tried Me.Requery following the DoCmd.OpenForm
of Form "B", but that had no effect. Also Me.Refresh.
Bill