text question

  • Thread starter ryan.fitzpatrick3
  • Start date
R

ryan.fitzpatrick3

I have an option group with 3 checkboxes. They all have values. The
checkbox that is clicked, is there away to have that specific value
respective to that checkbox populate in the textbox?

Ryan
 
R

ruralguy via AccessMonster.com

Have you tried using the AfterUpdate event of the OptionGroup?
 
F

fredg

I have an option group with 3 checkboxes. They all have values. The
checkbox that is clicked, is there away to have that specific value
respective to that checkbox populate in the textbox?

Ryan

That is the default behavior if you have bound the Option Group to a
field in the table.
 
Top