Update a subform after a change

sloaner14

Registered User.
Local time
Today, 15:28
Joined
Apr 25, 2002
Messages
32
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.
 
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.
smile.gif


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

Users who are viewing this thread

Back
Top Bottom