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.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.