Refresh form after selecting button in option group

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

Guest

I have an option group (Progress) on a page of my form. On another page I
have a list box and one of the columns displays the state of Progress of each
record.

Where do I refresh to update the list? Option buttons don't have an After
Update property.

Thank you

Peter
 
Peter said:
I have an option group (Progress) on a page of my form. On another page I
have a list box and one of the columns displays the state of Progress of each
record.

Where do I refresh to update the list? Option buttons don't have an After
Update property.


In an option group the option frame contains the value and
has the associated events.
 
Back
Top