GUIDO22
Registered User.
- Local time
- Today, 16:26
- Joined
- Nov 2, 2003
- Messages
- 515
Where once my code :
CurrentDb.Execute ("DELETE FROM STOCK_TMP_STORES WHERE StockNo =" & txtNewStockId)
worked - now it doesn't.....
The currentdb object, the table and txtNewStockId are all valid items. The call does not error - yet when I inspect the table - the record is still there!
Any thoughts on why this is happening?
(A similar thing is happening on another table when I insert a new record (using DB.Execute - INSERT INTO ..... ) - call does not error - yet record has not been appended to the table.)
Thanks
CurrentDb.Execute ("DELETE FROM STOCK_TMP_STORES WHERE StockNo =" & txtNewStockId)
worked - now it doesn't.....
The currentdb object, the table and txtNewStockId are all valid items. The call does not error - yet when I inspect the table - the record is still there!
Any thoughts on why this is happening?
(A similar thing is happening on another table when I insert a new record (using DB.Execute - INSERT INTO ..... ) - call does not error - yet record has not been appended to the table.)
Thanks