DISABLING THE REPLACE TAB IN FIND/REPLACE DIALOG

  • Thread starter Thread starter Jim Bonacorda
  • Start date Start date
J

Jim Bonacorda

Is there a way to programatically disable the 'Replace'
tab in the Find and Replace Dialog? I am enhancing an app
where the auditors do not want the users to be able to do
mass replacing of data.

Jim Bonacorda
 
Jim Bonacorda said:
Is there a way to programatically disable the 'Replace'
tab in the Find and Replace Dialog? I am enhancing an app
where the auditors do not want the users to be able to do
mass replacing of data.

If the users have to click on your own command button to open the
dialog, you can do this by making the form temporarily read-only. See
this page for a discussion:

http://www.mvps.org/access/general/gen0039.htm
 
Back
Top