Hi All,
I have a form on which (among many other controls!) there is a frame of 4 'option buttons' (Radio Buttons) which are mutually exclusive and refer to Friday, Saturday, Sunday and Today.
There is also a text box labeled 'Date'.
The default for 'date' is Date(), I would like this to change if the user clicks on one of the Option Buttons.
The Problem:
I tried the 'On Got Focus' event for the radio button and tried to have it read the frame value - no luck, it returns the last option button pushed, not the most recent one. If I Requery or Refresh the form the frame returns to the default option button (Friday). Similar problems if I use the 'On mouse up' event.
Any ideas?
Many Thanks
Danyul
I have a form on which (among many other controls!) there is a frame of 4 'option buttons' (Radio Buttons) which are mutually exclusive and refer to Friday, Saturday, Sunday and Today.
There is also a text box labeled 'Date'.
The default for 'date' is Date(), I would like this to change if the user clicks on one of the Option Buttons.
The Problem:
I tried the 'On Got Focus' event for the radio button and tried to have it read the frame value - no luck, it returns the last option button pushed, not the most recent one. If I Requery or Refresh the form the frame returns to the default option button (Friday). Similar problems if I use the 'On mouse up' event.
Any ideas?
Many Thanks
Danyul