Sorry I'm being really stupid but I can't populate a simple combo box with a list of dates. I dont want to use the access date picker because it is too big.
The calender control is too big - so how can I reduce it to the size of a combo box? but i am sure it would be much simpler just to write a for loop to populate the cbox with dates but I couldn't get any code to work.
why not use a calendar and have the visible property set to false until you need it. Have button that make it visible, then after you use it set the visible property back to false