Hi,
I have to reorganize a site dispalying a product, using access:
Right now it's using a single table db with 10 fields, which are displayed in two asp pages, one showing the whole list of items by "name" (one of the 10 fields), and the other displaying all the detailed info (all the 10 fields) of the single item picked from the overall list.
Now the need is to reorganize the display as follows:
the user should be able to view
- the whole list
- to view the items of a given area
- to view the items by a given type
- to view the items by a given color
What is the best and easy way to do it?
Thank you