M
Mark LaGrange
Hello - I've worked up a data access page to provide
navigation across a 4-level hierarchy.
The OnClick at each level opens a pop-up Detail form
(using ShowModalDialog()) for the given level, where
add's, updates & delete's can be done.
On return to the data access page,
issuing "MSODSC.CurrentSection.DataPage.Resync" will show
the updates, but not any add's or delete's.
Using "MSODSC.CurrentSection.DataPage.Requery" works, but
it requery's the entire page, rolling it back up to
displaying the top level records.
I'd like to be able to just requery the recordset of the
current section.
Does anybody know how to do this?
Thanks
Mark
navigation across a 4-level hierarchy.
The OnClick at each level opens a pop-up Detail form
(using ShowModalDialog()) for the given level, where
add's, updates & delete's can be done.
On return to the data access page,
issuing "MSODSC.CurrentSection.DataPage.Resync" will show
the updates, but not any add's or delete's.
Using "MSODSC.CurrentSection.DataPage.Requery" works, but
it requery's the entire page, rolling it back up to
displaying the top level records.
I'd like to be able to just requery the recordset of the
current section.
Does anybody know how to do this?
Thanks
Mark