View Full Version : Update a subform after a change


sloaner14
04-25-2002, 12:38 PM
I have a subform that is based on a query that filters check boxes = no. I want a command button that will "refresh" the form and display any record that was not checked yes. I have tried many different things only to run into a brick wall. I know very little VB. All the tricks I try are with macros. Any help will be greatly appreciated.

David R
04-25-2002, 12:44 PM
Me.Requery from within the subform. Place it in the code behind a command button or I believe there is a Requery Action for macros. No time like the present to start learning though. http://www.access-programmers.co.uk/ubb/smile.gif

[This message has been edited by David R (edited 04-25-2002).]