Need help with ASP/Access design.
Hello All,
My ASP/MSAccess skills are fairly basic, and I am trying to solve the following problem for a client.
For the sake of simplicity, there are two Access tables, "Users" and "Objects"
The Objects table has the following fields:
obj_type (cone, cylinder, sphere)
obj_property (wood, metal, plastic)
obj_material (pine, oak, aluminum, steel, pvc, abs, etc.)
The Users table needs to store demographics (first_name, last_name, etc.), along with each user's preference of objects (cone, sphere, cylinder). In addition to object preference, each user's preferences of materials (pine, steel, etc.) must be stored. Each user could potentially prefer all object types, or just one or two.
I want to display in an ASP page a recordset of an individual user's preferences (what objects the user likes, and what materials they prefer). The Users and Objects tables would be continually updated from another source, and users would need the option to change their preferences at any time.
I hope my description wasn't too convoluted, but I'm stumped at how to best to accomplish this. Any suggestions would be greatly appreciated, as well as being a great learning experience for me.
|