Hi,
I have a small access 2000 database for my inventory in asp, I only have 2 fields, name & partnumber. I want to be able to add pictures with it. On my additem.asp page, I should be able to type name, partnumber and add a picture using the browse button and pointing to my local picture folder, and then uploading it to the server. And then whenever I query something, the results.asp page should show the item with partnumber, name and picture. Can anyone help me with this?
Thanks