View Full Version : Update a Subform when a record is changed


crosmill
12-07-2001, 02:28 AM
Hi there, can anyone tell me how to update a subform when the record in it's parent is changed.

I've been playing about with the RepaintObject and Repaint method in the parents OnCurrent and AfterUpdate, but I can't seem to make any of it work.

Any ideas?

thanks

Fornatian
12-07-2001, 07:01 AM
Look at the REQUERY action for the answer.

crosmill
12-07-2001, 07:02 AM
Your a genius. Thanks.