S
ssohaibb
Hi,
I am extremely new to programming and this is a school project that I
am stuck in. It is supposed to be very simple. I have an access DB
with 1 table and 3 columns in that table.
Description, Price and Quantity.
I have a DataGridView with these columns as well.
The Quantity column is editable, default 0.
When I edit the quantity, of multiple things in there (could be more
then one) and click Submit button, it should display on another page,
list of things that have quantity Greater then 0, Thair prices and
quantities and a total at the bottom.
Basically right now I don't care about capturing that data into a db
or anywhere else, just need to see another page onClick submit.
Here is a link if you need to see it.
http://ssohaibb.tripod.com/form.JPG
Any help is appriciated.
Thanks
I am extremely new to programming and this is a school project that I
am stuck in. It is supposed to be very simple. I have an access DB
with 1 table and 3 columns in that table.
Description, Price and Quantity.
I have a DataGridView with these columns as well.
The Quantity column is editable, default 0.
When I edit the quantity, of multiple things in there (could be more
then one) and click Submit button, it should display on another page,
list of things that have quantity Greater then 0, Thair prices and
quantities and a total at the bottom.
Basically right now I don't care about capturing that data into a db
or anywhere else, just need to see another page onClick submit.
Here is a link if you need to see it.
http://ssohaibb.tripod.com/form.JPG
Any help is appriciated.
Thanks