Can I open the recordset using an IF statement?  
 
For example, if radio button #1 is selected use Set rst = CurrentDb.OpenRecordset("qryMyTasksCurrUser") else use Set rst = CurrentDb.OpenRecordset("qryMyTasksAllUsers").
 
If yes, to the above question, how do I reference the option group and the choice made? Do I refer to the Option Group or the Option Button?
 
Do I have to do something to let the Option Group know which button is chosen?
 
Essentially, my goal is to create a recordset based on the choice (only 2 choices) in the option group.
 
I am new to option groups and haven't seen much in my limited research so I have no idea how to work with them.
 For example, if radio button #1 is selected use Set rst = CurrentDb.OpenRecordset("qryMyTasksCurrUser") else use Set rst = CurrentDb.OpenRecordset("qryMyTasksAllUsers").
If yes, to the above question, how do I reference the option group and the choice made? Do I refer to the Option Group or the Option Button?
Do I have to do something to let the Option Group know which button is chosen?
Essentially, my goal is to create a recordset based on the choice (only 2 choices) in the option group.
I am new to option groups and haven't seen much in my limited research so I have no idea how to work with them.