No that is the point... You have a combobox (right?) that lists the table's contents as in the Options you have in your case....
If so... Then adding in the "dueindays" column to your combobox query, then adding the hidden column to "column widths" by adding ";0" to that (but you can do that later on)
Then Me.Comboboxname.Columns(1) will retrieve your dueindays value which is in the table. So the calculation does nothing with case or anything, it simply says
" Somedate + Me.Comboboxname.Columns(1) "
Or something simular....
If so... Then adding in the "dueindays" column to your combobox query, then adding the hidden column to "column widths" by adding ";0" to that (but you can do that later on)
Then Me.Comboboxname.Columns(1) will retrieve your dueindays value which is in the table. So the calculation does nothing with case or anything, it simply says
" Somedate + Me.Comboboxname.Columns(1) "
Or something simular....