access idiot

G

Guest

I am running a shopping cart in which all the products for the shop are
stored in an access 2000 database. I am using Dreamweaver MX. I use
recordsets and dynamic text to call these items into repeating regions. In
the database each row represents a product and each collum describes the
details of that product, like the name, description, product number.
Example below.
product_id product_name product_price product_picture product_catagory
product_briefdesc product_upc sizes colors product_fulldesc
9 Bloch Ballerina Basic Tank Leotard $18.00
leotards From the Building
Bloch's L5405 Ballerina Basic Tank Leotard. Cotton Spandex (94%
Cotton and 6% Spandex). .


well now I'm doing a clothing store and also need to keep track of multiple
sizes and colors for each item. Is there a way I can enter multiple values
into one field using an "insert recordset" server behavior on an
administration page? If there is, can I call the multiple values of sizes
and colors using recordsets or dynamic text/attribute the way I do with
everything else so that each size/color can be selected independently using
a list or menu box.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top