nicholash
11-07-2001, 12:42 AM
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
Many thanks
Nick
|
View Full Version : combo box of dates nicholash 11-07-2001, 12:42 AM 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 Rich 11-07-2001, 02:34 AM Why can't you use a calendar control? nicholash 11-07-2001, 11:17 AM 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 Rich 11-07-2001, 11:21 AM 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? rschultz 11-08-2001, 01:37 PM 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 |