combo box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 
Back
Top