I'm trying to create a combo box that lists a series of dates, some before today and some after.
How do you set the row source of a combo box to be a series of functions?
For Example:
=DateAdd("m", 1, Date()); =DateAdd("m", 2, Date()); ...
I've tried setting the row source to value list and field list with no luck. Everytime I try MS Access wants to convert it to text.
Thanks!
How do you set the row source of a combo box to be a series of functions?
For Example:
=DateAdd("m", 1, Date()); =DateAdd("m", 2, Date()); ...
I've tried setting the row source to value list and field list with no luck. Everytime I try MS Access wants to convert it to text.
Thanks!