If you're storing a separate table for each date... your table design
is badly wrong. It sounds like you're storing a different table for
each date. A much better design is *ONE* big table, with an indexed
date field; you can use the combo box as a criterion to select just
the records for that one date.
If I'm misunderstanding the question, please post with some more
details.