Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Refresh subform

Status
Not open for further replies.

corbinap

Programmer
Nov 20, 2006
34
US
I have a subform that I need to refresh or requery to show new total after payments are entered. The subform is based on a query. I have added a button to do the update but I have tried me.requery and me!subformname.requery on the On Click event and neither seems to work. Is there a different way - do I need to requery the query for the subform??? Thanks in advance
 
How are ya corbinap . . .

If Me.Requery doesn't work this shows the button is on the mainform. Try:
Code:
[blue]   [subFormName].Form.Requery[/blue]

Calvin.gif
See Ya! . . . . . .

Be sure to see FAQ219-2884:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top