Requery'ing one section on Data Access Page?

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top