N nishantd Registered User. Local time Today, 14:28 Joined Feb 20, 2004 Messages 33 Mar 10, 2004 #1 Hi All, Does Refresh on a subform perform a Requery as well as part of the refresh command? Or does a requery need to be called seperate for a subform? Thanks, Nishant
Hi All, Does Refresh on a subform perform a Requery as well as part of the refresh command? Or does a requery need to be called seperate for a subform? Thanks, Nishant
L lala Registered User. Local time Today, 15:28 Joined Mar 20, 2002 Messages 741 Mar 11, 2004 #2 i don't want to say for sure but i'm almost sure that it has to be called separately in all my cases if I needed for the underlying query to be rerun, I had to call REQUERY but as I said, I don't want to say that i'm 100% about this
i don't want to say for sure but i'm almost sure that it has to be called separately in all my cases if I needed for the underlying query to be rerun, I had to call REQUERY but as I said, I don't want to say that i'm 100% about this
L lala Registered User. Local time Today, 15:28 Joined Mar 20, 2002 Messages 741 Mar 11, 2004 #4 well, I guess, I was right if you want to rerun underlying query to refresh form data based on a query or comboboxes based on queries, you have to use REQUERY Refresh just refreshes the form
well, I guess, I was right if you want to rerun underlying query to refresh form data based on a query or comboboxes based on queries, you have to use REQUERY Refresh just refreshes the form