Operation not supported

  • Thread starter Thread starter WestWingFan
  • Start date Start date
W

WestWingFan

I have a tabular form with a tabular sub-form that is giving me an error I
have never gotten before. It only happens when I delete a record from the
subform and then move to another record in the main form. The error reads:
operation not supported in transactions. I typically get it twice. Ideas
about where to look? Thanks in advance.
 
On Fri, 7 Nov 2008 13:10:03 -0800, WestWingFan

Search your VBA code for "BeginTrans".

-Tom.
Microsoft Access MVP
 
Tom,

Thanks for the reply. I searched - but can't find that term anywhere. I've
read some of the other posts - could this be something about a requery?

Thanks!
 
Back
Top