here's the update statement i'm using... strSQL = "Update ProductInfo Set ProductName = '" & NewName & "', ProductDescription = '" & NewDescription & "', ProductPrice = '" & NewPrice & "' Where QuantityOnHand = '" & NewQuantity & "'"
It updates every field except NewQuantity. I also need some assistance with the delete statement. ------------------------ Yahoo! Groups Sponsor --------------------~--> Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/XGgtlB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/Microsofts_C_Sharp/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
