Ok - I have a form, with a combo box.
The combo box contains "Jan-2015", Feb-2015", etc.
I have a table with field names "Agent_SAN", "Jan-2015", Feb-2015", etc.
I want the user to be able to select a month-year from the combo box, then update that matching column/field in the table...
The...