I have one form with an Option group. The form and data are linked to a table (A). I select one item, and need to choose one of the option button.
In the Option group I would like to put a number of buttons representing the content of another table (B), as if it was a combobox. When user select one button the result will be recorded in a field in Table (A)
My problem is to create the option buttons, and to keep the value in memory to preset the value when I go to the record.
Can I do this?
Thanks in advance
In the Option group I would like to put a number of buttons representing the content of another table (B), as if it was a combobox. When user select one button the result will be recorded in a field in Table (A)
My problem is to create the option buttons, and to keep the value in memory to preset the value when I go to the record.
Can I do this?
Thanks in advance