Unbound Combo Boxes Using 7 Different Tables

  • Thread starter Thread starter Rod via AccessMonster.com
  • Start date Start date
R

Rod via AccessMonster.com

I currently have a form that consist of 21 unbound Combo Boxes which will be
populated either by a table or query and using 7 different tables to do so.
Is it possible to select or enter data (using not in list) from all of the
Combo Boxes and then setting up one button at end end of the tab order, that
would individually open up each table and enter the new data.
Surely there's a way at which Access can do this, since I know "Paradoxs
for Windows" can.
Thanks for all of your assistance.
 
Yes: you just write VBA code that appends whatever the data is to
whatever the tables are.
 

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