Requery/Refresh Form Page

G

Guest

Is it possible to refresh or requery a page within a form? Something like:

forms!FrmName.PageName.refresh
 
G

Guest

When you say a "page", do you mean a subform?

[forms]![formname]![subform name].requery

To get the name of the subform you have to click on the control that
contains the subform and go to the name in the "other" tab
 
G

Guest

no just a page on a form (or a tab on a form) the reason for not refreshing
the whole form, is that there are several queries that need to run and would
be faster to just refresh the tab or page.

scubadiver said:
When you say a "page", do you mean a subform?

[forms]![formname]![subform name].requery

To get the name of the subform you have to click on the control that
contains the subform and go to the name in the "other" tab

--
www.ae911truth.org



querykitty said:
Is it possible to refresh or requery a page within a form? Something like:

forms!FrmName.PageName.refresh
 
G

Guest

You can't distinguish between tabs on a single form. It is all one entity
(so to speak)

--
www.ae911truth.org



querykitty said:
no just a page on a form (or a tab on a form) the reason for not refreshing
the whole form, is that there are several queries that need to run and would
be faster to just refresh the tab or page.

scubadiver said:
When you say a "page", do you mean a subform?

[forms]![formname]![subform name].requery

To get the name of the subform you have to click on the control that
contains the subform and go to the name in the "other" tab

--
www.ae911truth.org



querykitty said:
Is it possible to refresh or requery a page within a form? Something like:

forms!FrmName.PageName.refresh
 
G

Guest

I suspected, but just wanted to check. Thanks for your help!

scubadiver said:
You can't distinguish between tabs on a single form. It is all one entity
(so to speak)

--
www.ae911truth.org



querykitty said:
no just a page on a form (or a tab on a form) the reason for not refreshing
the whole form, is that there are several queries that need to run and would
be faster to just refresh the tab or page.

scubadiver said:
When you say a "page", do you mean a subform?

[forms]![formname]![subform name].requery

To get the name of the subform you have to click on the control that
contains the subform and go to the name in the "other" tab

--
www.ae911truth.org



:

Is it possible to refresh or requery a page within a form? Something like:

forms!FrmName.PageName.refresh
 

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

Similar Threads

Requery on a Tab Control - OnClick 3
Referencing a subform 4
Requery Form from Combo Box 3
Refresh a form 1
Requery form 2
Refresh calling form 4
Requery Subforms 1
Combo Boxes & Requery Issues 2

Top