G
Guest
Hello Everyone
I need to create a scheduler form for an existing mdb file. My idea was to use 3 combo boxes, one for the month, one for the day and one for the year, then once all three were selected a subform would show availible times for the given day. I am using an array list to populate the number of entries depending on the given month. This works fine for the first month selected, however if I select another month, I get type mismatch errors trying to remove the days from the previous selection. What is the apporpriate way to step through the items in a combobox and remove them? I've tried using a For Each...Next loop and that does not work? Better yet, does anyone have any good documentation/examples of using the Calender control
Any help is very much appreciated
Thanks
Jim
I need to create a scheduler form for an existing mdb file. My idea was to use 3 combo boxes, one for the month, one for the day and one for the year, then once all three were selected a subform would show availible times for the given day. I am using an array list to populate the number of entries depending on the given month. This works fine for the first month selected, however if I select another month, I get type mismatch errors trying to remove the days from the previous selection. What is the apporpriate way to step through the items in a combobox and remove them? I've tried using a For Each...Next loop and that does not work? Better yet, does anyone have any good documentation/examples of using the Calender control
Any help is very much appreciated
Thanks
Jim