I have a number of forms in which I need the user to input a date. I have a standard example Access file from Microsoft in which a calendar thingy appears for a text box that wants a date, but I cannot figure out how to get that in my form.
It appears that it has to do with having the text box bound to a date field in a table, but a) I don't know how to bind the input in a text box to a field in a table, and b) sometimes the date the user enters won't correspond to any date in any table.
If anyone can help me figure out how to get the calendar thingy, I'd be most grateful.