update subforms query result

johanhjalmarsso

Registered User.
Local time
Today, 04:13
Joined
Jul 12, 2005
Messages
26
i have a subform that is based on a query but i want that the subform should get updated when i press a button. how is this done?

regards
johan
 
johanhjalmarsso said:
i have a subform that is based on a query but i want that the subform should get updated when i press a button. how is this done?

regards
johan


Forms!frmSearch.Form.subfrmSearchresult.Requery

Worked!
 
Or
[subfrmSearchresult].Form.Requery
 
Forms("Form Name")![Sub Form].Requery
 

Users who are viewing this thread

Back
Top Bottom