Automatically closing find and replace window

T

Terry

Is there a way in Access to automatically close or hide the find and replace
dialog box after a match is located, instead of having to click the close
button or hit the escape key?

Thanks,
Terry
 
C

Craig

Terry,

Since your using the Access Find and Replace there is no way you can close
it. You could make your own Find and Replace form by using a recordsetclone
using a FindFirst for your recordset.
 
Top