D
David Habercom
I have a drop-down list based on a table (Table2) different than the main
form table (Table1). When I click an "Add" button, a hidden combo box
appears based on yet another table (Table3). On clicking in the combo box, I
then have the two pieces of data (from Tables 1 & 3) I need to add another
record to Table2. But I don't know how to do that without yanking my screen
around. DoCmd.OpenTable does the job, but Table2 flashes open and sits
there. What is the simplest way to do this behind the scenes, so the user
won't see anything until a requery shows the new record in the Table2
dropdown list?
Thanks in advance.
form table (Table1). When I click an "Add" button, a hidden combo box
appears based on yet another table (Table3). On clicking in the combo box, I
then have the two pieces of data (from Tables 1 & 3) I need to add another
record to Table2. But I don't know how to do that without yanking my screen
around. DoCmd.OpenTable does the job, but Table2 flashes open and sits
there. What is the simplest way to do this behind the scenes, so the user
won't see anything until a requery shows the new record in the Table2
dropdown list?
Thanks in advance.