Editting in a single-tale query

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

Guest

I have set up an mdb for a user - when he uses a single-table query to locate
and edit column values in a record, the edits appear to be saved, but, if he
looks at the table itself, the changes are not saved. I can edit and save in
queries in other databases, but I'm not sure why this particular database
won't allow it.
 
Are you exiting propertly? Always move out of the field that was edited
before closing the query or form by pressing ENTER, tab, or clicking
somewhere else with the cursor.
 
Karl,

Yeah, we're being sure to move the record pointer after the edit (old school
dBase habit) wile we're in the query, but the edits just don't hold. Since
this only happens in one mdb that sits on a server, I was hoping there was a
configuration item that was inadvertantly changed and setting it back to a
default would allow us to fix the problem. Just can't find it, yet.

Thanks

Harry V
 
Back
Top