How to direct data to the tables that names are given in Combobox

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

Guest

I try to feed data to similar tables using Form. Purpose: stock accounting,
stocks in many places. I have names of stocks in Combo box located at the
same Form where the data are. I have tables of the same names. How to direct
data for instance to table "Jyvaskyla" that name "Juvaskyla" is chosen from
Combo box in the Form?

Thanks
 
You have multiple tables holding the same information (but for different
products, or for different locations)? That's probably not a good idea. You
should have one inventory table, with additional columns that serve the
purpose of why you had multiple tables.
 

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

Back
Top