Access Database sort issue

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

when trying to sort data i receive the error msg "This operation is not
supported within transactions." How can i resolve this please?
 
Thanks for your reply, I am using the toolbar button, incidentally this is
the first time I have come across this error(?) msg in the 5 or so years I
have being using Access.
 
Using the button when a form is open? Have you got some
other process going on when you click the button?

Transactions are usually used as a means to commit and/or
rollback a query in code. The error message implies that
there's something else happening when you click the button.
Either that or your database is corrupt - have you tried
compact/repairing it?

--
Nick Coe (UK)
http://www.alphacos.co.uk/ AccHelp + pAnimal
http://www.pjandcoe.co.uk/ Online Store
http://www.mrcomputersltd.com/ Repairs Upgrades

In Kev typed:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top