Reserved error -1587, There is no message for this error

G

Guest

I compacted an mdb that serves as the server backend for an mde app.

Now several of my append queries fail with the above listed error..

I cannot find anything in the KB and/or help files that explain what's going
on.

When I revert to the "pre-compacted" copy I made before the Compact &
repair, everything works as espected..

A: What's causing this?
B: How do I fix the queries (tables) to allow me to use the compacted .mdb

'Preciate your help
 
J

Joan Wild

BAC said:
OOPS tht's error -1517 not -1587


This error will occur if you change the design of a table, but don't follow
through with a compact. If your database is split, it is a good idea to
compact the backend after a design change, and also refresh the links in the
frontend and compact it.

I think it's that latter step that's fouling things up for you - refresh the
links and compact the frontend.
 
G

Guest

Thanx Worked like a charm

Who'd a Thunk?



Joan Wild said:
This error will occur if you change the design of a table, but don't follow
through with a compact. If your database is split, it is a good idea to
compact the backend after a design change, and also refresh the links in the
frontend and compact it.

I think it's that latter step that's fouling things up for you - refresh the
links and compact the frontend.
 
G

Guest

BAC said:
I compacted an mdb that serves as the server backend for an mde app.

Now several of my append queries fail with the above listed error..

I cannot find anything in the KB and/or help files that explain what's going
on.

When I revert to the "pre-compacted" copy I made before the Compact &
repair, everything works as espected..

A: What's causing this?
B: How do I fix the queries (tables) to allow me to use the compacted .mdb

'Preciate your help
 

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

Top