Additions/corrections to data dont "take"

  • Thread starter Thread starter DogmaDot
  • Start date Start date
D

DogmaDot

I have a query in a DB that doesn't work right any more. Up till now, when
I add data and exit the query, the changes to the fields were automatically
saved as usual. I've checked the properties in the query and the
"inconsistent updates" is specified. The query consists only of tables.

Have I possibly reset something by mistake?
 
I have a query in a DB that doesn't work right any more. Up till now, when
I add data and exit the query, the changes to the fields were automatically
saved as usual. I've checked the properties in the query and the
"inconsistent updates" is specified. The query consists only of tables.

Have I possibly reset something by mistake?

what happens when you try to edit the query? Does it have a blank row at the
bottom with the *> new record icon? Might you have unintantionally set
SetWarnings No in a macro or code (suppressing warning messages)?

Perhaps you could post the SQL view of the query.
 
uh, Jet randomly loses data
if you care enough to build a database-- use a database with a
future-- like SQL Server for example

Jet is too buggy to use in the real world, sorry, but you got suckered
into a crap database platform!
 

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