I wonder whether this has happened to anyone else. I am finding that my Access options settings are returning to default on their own--in particular the Edit/Find find/replace behaviour and confirm options. Every time I open a database I find that I have Fast Search and Bug Me If I Run an Append Query selected, which is maddening. I even put this in the AutoExec macro:
Application.SetOption "Default Find/Replace Behavior", 1
Application.SetOption "Confirm Record Changes", 0
Application.SetOption "Confirm Action queries", 0
But it still happens. Does anyone have any ideas? Is this stuff stored in the registry?
Many thanks,
Liz
Application.SetOption "Default Find/Replace Behavior", 1
Application.SetOption "Confirm Record Changes", 0
Application.SetOption "Confirm Action queries", 0
But it still happens. Does anyone have any ideas? Is this stuff stored in the registry?
Many thanks,
Liz