combo box of dates

nicholash

New member
Local time
Today, 23:43
Joined
Nov 1, 2001
Messages
5
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.

Many thanks
Nick
 
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.

thanks
nick
 
It isn't viable, you'd have to store all foreseeable dates in a table. Why do you say the calendar control is too big, are you using a game boy?
 
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
 

Users who are viewing this thread

Back
Top Bottom