Access error occurring in an application I can't reprogram

  • Thread starter Thread starter Matt
  • Start date Start date
M

Matt

The error message: current recordset does not support updating this may be a
limitation of the provider or the selected locktype.

This is occuring in a software package that I did not create. Is there some
sort of fix for this that does not involve actually having to change
programming language? Is it possible that this is caused by something in the
software environment of the user?

Thanks,
Matt
 
Check that the user has full privileges to both the database file(s) AND the
folder it resides in.

If that doesn't work, you need to talk to the developer. I'm assuming that
you can't get to the source code and make modifications.
 
Thanks Jerry,

That fixed it!

Matt

Jerry Whittle said:
Check that the user has full privileges to both the database file(s) AND the
folder it resides in.

If that doesn't work, you need to talk to the developer. I'm assuming that
you can't get to the source code and make modifications.
 
Back
Top