Stevie
May 2nd, 2000, 11:36 PM
I'm using VB6 with ADO to connect to Access.
I have a form which is used for batch input, and another form which is used to view all the batches.
On the input form you can add, alter and delete items from a batch. In each of these cases a Transaction is used, and all works fine. From the batch view form (which displays all batches in a listview) you can double click on any batch item, and the batch input form is displayed with the details displayed for the selected batch item. The problem is when I try to delete or alter this item I get the following error message, and I have absolutely no idea why. :confused:
-2147467259 Attribute can not be set now.
It occurs on the BeginTrans statement.
Please HELP!!
[Edited by Stevie on 05-03-2000 at 05:40 PM]
I have a form which is used for batch input, and another form which is used to view all the batches.
On the input form you can add, alter and delete items from a batch. In each of these cases a Transaction is used, and all works fine. From the batch view form (which displays all batches in a listview) you can double click on any batch item, and the batch input form is displayed with the details displayed for the selected batch item. The problem is when I try to delete or alter this item I get the following error message, and I have absolutely no idea why. :confused:
-2147467259 Attribute can not be set now.
It occurs on the BeginTrans statement.
Please HELP!!
[Edited by Stevie on 05-03-2000 at 05:40 PM]