S
sverre
Hi
I have tried a sql that looks like this:
DELETE [Bokföringen mxg].TRADE_DATE, *
FROM [Bokföringen mxg]
WHERE ((([Bokföringen mxg].TRADE_DATE)=#5/16/2008#));
I want to achieve that access deletes all rows where condition on trade_date
is 16th may 2008.
The query does not work correct.
Could someone help me.
Sverre
I have tried a sql that looks like this:
DELETE [Bokföringen mxg].TRADE_DATE, *
FROM [Bokföringen mxg]
WHERE ((([Bokföringen mxg].TRADE_DATE)=#5/16/2008#));
I want to achieve that access deletes all rows where condition on trade_date
is 16th may 2008.
The query does not work correct.
Could someone help me.
Sverre