Reset a subform

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a subform with a series of option frames and accompying text boxes.
Frames and Text boxes are only there for selecting options and generating a
total, the individual answers are not saved. When I move to the next record
in the parent form, I would like all of the option and text boxes to revert
to their default state. The total field actually resets as the subform moves
to a new record.
 
If the option frame and text boxes are not bound, you'll have to reset them.
The OnCurrent event fires when you display a different record, so that would
be a good place to put the code to reset them.

Larry Linson
Microsoft Access MVP
 
Back
Top