Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CommitTransation error...

Status
Not open for further replies.

shopaholic

Programmer
Apr 12, 2002
1
CA
Hi !
An error happens while executing my code: "You try to commit or rollback without first beginning a transaction."
But I DO BEGIN my transactions !
Here is my code :

'Search VInvoice for new invoices to process
tmpWorkSpace.BeginTrans

'Add Detail Line Numbers to found set
Do Until rst.NoMatch = True
...
Loop
'Summarise Vendor Invoice totals
CreateAPTotalsIN
tmpWorkSpace.CommitTrans

PLEASE HELP ! thankssssss
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top