Refresh form after selecting button in option group

P

Peter Stone

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
 
M

Marshall Barton

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.
 
Top