This topic is locked

Dynamic link between two tables/queries

10/19/2003 10:07:15 AM
ASPRunnerPro General questions
author

I have two tables in MS Access. First is Categories (of Products), which includes ID_category and Category_Name.

The second is Products which includes ID_Product, Name, Description and few others...and ID_Category (every Product is assign to one Category)

A want to create connection between Categories Table and Products - when the Categories Table is shown I can choose one categories (for example: TIRES with ID_Category = 2). Then next page will show all records from Product Table which ID_Category = 2. What will be the best solution?

Sergey Kornilov admin 10/20/2003

Hi,
the best solution here is to pass ID_category from Category page to Products page. Products page need to be changed to have an additional WHERE clause (WHERE ID_Category = ID_Category passed from Category page).
Contact me at support AT xlinesoft.com if you need help doing this.
Best regards,

Sergey Kornilov