lane87
03-18-2009, 10:04 PM
evening all,
just wondered if anyone could help me
i have a cart table : cartID - autonumber, customerID - number
i can insert the customerid no problem but when i add more than one item to the cart it will create a new cartid i.e.
1st item = cartID 1, customerID 1
2nd item = cartID 2, customerID 1
3rd item = cartID 3, customerID 1
so its creating a new cart for each product added to the cart.
Could anyone suggest anything that i could do
thanks
just wondered if anyone could help me
i have a cart table : cartID - autonumber, customerID - number
i can insert the customerid no problem but when i add more than one item to the cart it will create a new cartid i.e.
1st item = cartID 1, customerID 1
2nd item = cartID 2, customerID 1
3rd item = cartID 3, customerID 1
so its creating a new cart for each product added to the cart.
Could anyone suggest anything that i could do
thanks