Dave Kone
|
| Posted: 08/27/2002, 9:20 AM |
|
I have a simple table that has 4 fields in it: Customer_id, Item_Number, Description, Quantity. I want to know if CodeCharge can list the rows on the screen and have an input box for the quantity field next to each item_num,description listed. Then the user can enter in quantites next to each item they want. When they hit Submit/Done button it records the quantities in the table. I a trying to create a shopping list of items with a quantity field next to each item. Multiple people will be accessing this table, but each list is tied to a customer_id and therefore wont have 2 people putting in orders for the same customer_id.
I hope I made this clear.
thanks
David
|
|
|
 |
Nicole
|
| Posted: 08/28/2002, 6:25 AM |
|
Dave,
please refer to the following Gotocode article: http://www.gotocode.com/art.asp?art_id=50&
|
|
|
 |
|