Requery not working

charlee63

Board Regular
Joined
Jan 7, 2010
Messages
144
I have a field called R_Cost when the cost change I what to requery the subform.

Private Sub R_Cost_AfterUpdate()
Forms![Food Show - Review All]![Food Show subform]![Cost Review Subform - Review All].Form.Requery
End Sub


This is not working?
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
it looks like you have a subform in a subform? Hard to tell.
Also you are requerying after a control update whereas a requery will work on the form data as a whole. I'm not really sure if the data will even be committed if you do that. You really should requery after the form is updated (the entire record, not just one control).

Recommend you rethink what you are trying to do - the data you just updated in a control will be changed by definition. what are you requerying for?
 
Upvote 0

Forum statistics

Threads
1,214,584
Messages
6,120,385
Members
448,956
Latest member
JPav

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top