Adding a single field from a access database to frontpage2003

G

Guest

i am using frontpage2003 and have a access2003 database with a table named
"tblProducts"

i can get the full table displayed in a frontpage2003 webpage using the
wizard. the webpage currently displays several records with the following
headings.

ProductID, ProductCode, ProductDescription, ProductPrice

i have a product webpage where i display the following information (there is
a few lines between each item

ProductDescription
ProductPrice


ProductDescription
ProductPrice


ProductDescription
ProductPrice


i want to insert a single field into my webpage and point to to the price
field where the product id = a value

Does anyone know how i can do this?
 
D

David Berry

What type of field did you want to insert and how will you be getting the
Product ID? (ex: from a form, from a querystring). Do you mean you want to
click a hyperlink and have it go to a particular Product ID?
 

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