N NoMAd Registered User. Local time Tomorrow, 05:10 Joined Oct 31, 2004 Messages 17 Nov 13, 2004 #1 if i had a table structure like this: [ user , active (yes/no field) , product , qty ] for a shopping cart kinda thing, how do i insert a product into that table where the user = yes, or active?
if i had a table structure like this: [ user , active (yes/no field) , product , qty ] for a shopping cart kinda thing, how do i insert a product into that table where the user = yes, or active?
P Pat Hartman Super Moderator Staff member Local time Today, 15:10 Joined Feb 19, 2002 Messages 47,054 Nov 14, 2004 #2 You would use ADO to update a table from a web page.