ubigdummie
05-27-2003, 04:20 PM
Hey Guys. I'm new to ASP and have a lot of questions. I only have a couple of days every week to dedicate to this project since I have a full time job and several other activities, but every spare moment I have is for this project. Anyway, if any of you can help me, I would greatly appreciate it.
What I'm trying to do is create an inventory database interface for an auto dealership. I created one in Front Page, but both the client and myself are tired of it and are ready for something a little nicer. I'm now using Dreamweaver MX.
My code for addvehicle.asp is included here as an attachment. After I enter the information in addvehicle.asp, I would like that information submitted the vehicles table in the inventory.mdb database. After it is added to the database, I would like the page to return to manageinventory.asp where I can add, update, or delete a record. On manageinventory.asp, I would like all the contents for the vehicles table displayed in a table with alternating row colors. For now, I'll be happy if someone can help me get the variables on addvehicle.asp to be recorded in the database. Also, some of these variables are options. What will I have to do to get these to record properly in the database? I've given each option a value.
Thanks to anyone who can help me here.
What I'm trying to do is create an inventory database interface for an auto dealership. I created one in Front Page, but both the client and myself are tired of it and are ready for something a little nicer. I'm now using Dreamweaver MX.
My code for addvehicle.asp is included here as an attachment. After I enter the information in addvehicle.asp, I would like that information submitted the vehicles table in the inventory.mdb database. After it is added to the database, I would like the page to return to manageinventory.asp where I can add, update, or delete a record. On manageinventory.asp, I would like all the contents for the vehicles table displayed in a table with alternating row colors. For now, I'll be happy if someone can help me get the variables on addvehicle.asp to be recorded in the database. Also, some of these variables are options. What will I have to do to get these to record properly in the database? I've given each option a value.
Thanks to anyone who can help me here.