Trying to create an option group box that will will use data found in the row source properties the field rather than data from a linked table.
Example
My table (and form) is storing data about sober living homes
House name, address etc and if its a Men's House, or a Women's house.
I do not want to create a new table "House Type" with two records "Men's" "Women's".
So I put the data in the row source property giving me a drop down for that field
But when I create the Option group in the form, it makes me convert the data to numbers for entry to the table
is there a way around this or do i have to create a table with data to use the option group control