G
googlegroups
I have two tables. One that has a list of suppliers and another that
lists a list of products. In tbl_suppliers there are 5 rows and in
tbl_products there are 10 rows. I now have created a query to show me
all the possible permutations of each supplier against each product (in
other words, on my query there is no joins), this query gives 50
results. I then have this query append an existing blank table (lets
call this tbl_results) that also has tick boxes to determine whether I
want to sell that product to that supplier.
My problem is that I now am adding a new supplier, but when I run the
query, I get 60 rows as I would expect but when this is appended to
tbl_results I now get 50+60=110 rows. How can I get MS access to just
append the additional 10 rows?
As there are no indexes in my tbl_results table, I cannot run a
duplicate query.
Any ideas?
lists a list of products. In tbl_suppliers there are 5 rows and in
tbl_products there are 10 rows. I now have created a query to show me
all the possible permutations of each supplier against each product (in
other words, on my query there is no joins), this query gives 50
results. I then have this query append an existing blank table (lets
call this tbl_results) that also has tick boxes to determine whether I
want to sell that product to that supplier.
My problem is that I now am adding a new supplier, but when I run the
query, I get 60 rows as I would expect but when this is appended to
tbl_results I now get 50+60=110 rows. How can I get MS access to just
append the additional 10 rows?
As there are no indexes in my tbl_results table, I cannot run a
duplicate query.
Any ideas?