I
Ian
I know this has been asked a million times but I can get the code to work.
I have a main form [Main] with a sub that has checkboxes in it [check] to
update a datasheet form
I have a main form [Main] with a sub that has checkboxes in it [check] to
update a datasheet form
- based on a query that involves the checkboxes.
When a box is turned on or off in the sub [check] I want the- to
update. Have tried various things. I'm assuming I should have something
like:
Me.Parent!- .Requery in the AfterUpdate control of the actual checkbox
itself. I don't get an error but nothing happens.
help please.
- .Requery in the AfterUpdate control of the actual checkbox
- to