I have a table that I need to be able to delete some of the records.
Here is my query:
delete * from tblValues where AcctID = 13 and [Date] = #11/4/2005# and NetCashFlow = 297120.74 and MarketValue = 302030.00
The fields, NetCashFlow and MarketValue are currency fields. When I run the query nothing happens. The record is not deleted but I get no errors.
If I open the table the data is formated as money, $297,120.74
How do I delete these records?
Thanks,
enak
Here is my query:
delete * from tblValues where AcctID = 13 and [Date] = #11/4/2005# and NetCashFlow = 297120.74 and MarketValue = 302030.00
The fields, NetCashFlow and MarketValue are currency fields. When I run the query nothing happens. The record is not deleted but I get no errors.
If I open the table the data is formated as money, $297,120.74
How do I delete these records?
Thanks,
enak