combo box

J

Jenny Calhoun

When I make a selection from the combo box then i enter a date i want the date to go to the table for which selection i made in the como box
 
J

John W. Vinson

When I make a selection from the combo box then i enter a date i want the date to go to the table for which selection i made in the como box

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.
 

Ask a Question

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.

Ask a Question

Top