Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...
Re: How can I select two radiobuttons at the same time?
Well depends how you use them then.
If you put the in a group / under the same name you can only select one (each will have its own value).
However, you could use them like check boxes as long as they don't have the same name (VB) or you don't use a group/frame (VBA).
How are you using them at the moment?
Just ensure that they have a state default (say false/0). If they have an optin for tri-state, turn that off (otherwise you may have nulls to deal with too).
Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...
Re: How can I select two radiobuttons at the same time?
Attached is an example using a picture box control. I prefer those over frames because you can set the border stype to none and it looks like the option buttons are actually on the form.
There are six option buttons on my sample form grouped into three buttons apiece.
Re: How can I select two radiobuttons at the same time?
If you consider this resolved, you could help us out by pulling down the Thread Tools menu and clicking the Mark Thread Resolved menu item. That will let everyone know that you have your answer.