Hello All
i have a table set up in a many to many relation with each other.
it is
tblProducts
productId PK
productcode
Description
Status
tblLink
ProductId PFk
Location PFk
tblLocation
LocationID PK
Location
QuantityIn
DateIn
PONumber
I have created a query that shows me the product by location
and a query to show me locations with product
What i am trying to do is have a main for that show me the product and insert a list box(Form Control) that show me the locations and the quantity for that product
the problem i am having is that i cant get the query to only show me the results for the product on the main form it shows me all the products on all the locations on the list box.
Thanks in advance and sorry if this is a dumb question i am rather new to access and most of the books works with addresses and invoicing so can bring what they say into context to what i am truing to do
i have a table set up in a many to many relation with each other.
it is
tblProducts
productId PK
productcode
Description
Status
tblLink
ProductId PFk
Location PFk
tblLocation
LocationID PK
Location
QuantityIn
DateIn
PONumber
I have created a query that shows me the product by location
and a query to show me locations with product
What i am trying to do is have a main for that show me the product and insert a list box(Form Control) that show me the locations and the quantity for that product
the problem i am having is that i cant get the query to only show me the results for the product on the main form it shows me all the products on all the locations on the list box.
Thanks in advance and sorry if this is a dumb question i am rather new to access and most of the books works with addresses and invoicing so can bring what they say into context to what i am truing to do