Disable Search and Replace

L

Lars Brownie

Is it possible to disable the Search & Replace functionality in Access 2003
so that users can't accidentally mess up the database?
Thanks in advance,
Lars
 
A

Allen Browne

Best solution is to use custom toolbars that contain only the buttons you
want, or your own search functionality.

Access does disable the Replace if the form is read-only (i.e. AllowEdits is
No) if that's any use.
 
Top