H
hagen31
I had two tables that were many to many. So I split that up into 3
tables(1,2,3). Then I created some forms. Now I have a main form for entering
customers and a subform for the products they buy. I want my user to be able
to go to this main form and have the ability to add a new product that will
show up when they close the product form(which links to the subform to solve
the many to many problem). I create a button to open the products form and am
able to requery that, but how do I requery the customer and product
connection form(which is really what my subform is) to have the new product
show up. I should also mention that when the product shows up it is a
combination of three fields.
Thanks,
Austin
tables(1,2,3). Then I created some forms. Now I have a main form for entering
customers and a subform for the products they buy. I want my user to be able
to go to this main form and have the ability to add a new product that will
show up when they close the product form(which links to the subform to solve
the many to many problem). I create a button to open the products form and am
able to requery that, but how do I requery the customer and product
connection form(which is really what my subform is) to have the new product
show up. I should also mention that when the product shows up it is a
combination of three fields.
Thanks,
Austin