Can anyone help with the following
I have an unbound combobox called 'current month' with a value list of each of the 12 months. I would like to set the combobox to display the current month when the form opens as a name (not a number) so have set the format of the combobox to mmmm
However when I select a different month I get the message saying the text you entered isn't in the list even though the combobox limit to list is set to no
Also, I will have another unbound combobox called current year in which the user selects the year and would like to set the value of another text box to the first day of the month and year selected from the two comboboxes on an after update event
Many thanks
I have an unbound combobox called 'current month' with a value list of each of the 12 months. I would like to set the combobox to display the current month when the form opens as a name (not a number) so have set the format of the combobox to mmmm
However when I select a different month I get the message saying the text you entered isn't in the list even though the combobox limit to list is set to no
Also, I will have another unbound combobox called current year in which the user selects the year and would like to set the value of another text box to the first day of the month and year selected from the two comboboxes on an after update event
Many thanks