raja
2007-06-18 13:27:14 UTC
My query is
conn1.Execute "delete from Liquidation_Value where Date = " & Dates.Text & ";"
Column name in database is date where as name of text box is dates.
When I run the query, it does nothing.
I tried to match every date type in vb and ms access but failed