I have a combo box on a form which I would like to default to the current month (August for example) but which also has a drop down for the user to choose a different month. The problem I'm having is that if I set the field in the table as a Date/Time, it gives an error when trying to store a month name. But when I set it as Text data type, I can't figure out how to set the default value to the current month. I used "simple" in the subject because it's probably really easy or something dumb I'm doing wrong, but help appreciated.