G
Guest
How do I make pushbuttons take on the same value as the previous record when
advancing to a blank record?
advancing to a blank record?
How do I make pushbuttons take on the same value as the previous record when
advancing to a blank record?
I'm sorry. It is based on a table such that the value in the table selects
the button in a button group. When entering data I want the button to remain
the same in the new record unless I change it.
John Vinson said:Then set the DefaultValue property of the Option Group control in that
control's AfterUpdate event.
John W. Vinson[MVP]
What do I set it equal to?
My option group is called "category" so I placed the following in the after
update properties of the option group:
Me.Category.DefaultValue = Me.Category.Value
I tried it with .value on the end and without it.
Nothing happens when I go to a new record. Don't I have to get the value
from the previous record of the field in "Input" which is the control which
the button is based on?