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?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.