GS <nomail (AT) nospam (DOT) org.invalid> wrote:
Quote:
There is a weird problem with an Access2003 database I am using.
When you first open a form with radio buttons the first button is
preselected, and you can't change the selection by clicking another
button directly, only by cycling through the buttons with the cursor
keys. |
Just to answer my own question, the answer turned out to be blindingly
simple - the buttons couldn't be pressed directly because the
(invisible) option group object was not physically in the foreground!
Selecting the group (since I couldn't click it directly I had to do this
via the field list in the properties dialogue) and choosing "bring to
front" solved the problem. Weird.