Refresh Subform

F

Floyd Forbes

Is there a way to refresh a subfrom after applying a filter from the
mainfrom.

Floyd
 
A

Allen Browne

You could Refresh or Requery it:
Me[NameOfYourSubformControlHere].Form.Requery
 
F

Floyd Forbes

Thank you, But I'm having problems with my subform control.
It will only let me choose value. Do I have to put the subform name?

Floyd
Allen Browne said:
You could Refresh or Requery it:
Me[NameOfYourSubformControlHere].Form.Requery

--
Allen Browne - Microsoft MVP. Perth, Western Australia.

Reply to the newsgroup. (Email address has spurious "_SpamTrap")

Floyd Forbes said:
Is there a way to refresh a subfrom after applying a filter from the
mainfrom.
 

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

Subform Refreshing! 1
Subform Help 1
Filter Text Based On Change Event By Ali Gerailly 9139078449 0
Refresh subform 0
ApplyFilter event 0
refresh subform 2
Cascading? 1
Subform in data sheet view 1

Top