Unbound Combo Boxes Using 7 Different Tables

  • Thread starter Rod via AccessMonster.com
  • 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.
 
J

John Nurick

Yes: you just write VBA code that appends whatever the data is to
whatever the tables are.
 
Top