Hello,
first problem I am having creating this database is:
Can I create a combo box to select different tables to display in list box?
3 tables
tblGuitar, tblPercussion, tblKeyboards
I want to be able to select Guitar, Percussion, or Keyboard in combo box.
(combo box called cmbOne).
And then in ListBox ( called listOne) have each table display depending on choice selected in combo box.
Thank you,
first problem I am having creating this database is:
Can I create a combo box to select different tables to display in list box?
3 tables
tblGuitar, tblPercussion, tblKeyboards
I want to be able to select Guitar, Percussion, or Keyboard in combo box.
(combo box called cmbOne).
And then in ListBox ( called listOne) have each table display depending on choice selected in combo box.
Thank you,
Comment