find and replace

S

Simon

hi,

I want ask you that, how can i modify the default values, of the choice
Find/Replase (using code) ?
 
J

John W. Vinson

hi,

I want ask you that, how can i modify the default values, of the choice
Find/Replase (using code) ?

Please explain. The "default values" for what? Why would you want to run
Find/Replace from code anyway (rather than running an Update Query)? What are
you finding and what are you replacing?
 
S

Simon

I have created a form only to show the records. In this form, I have put a
"search" button. However, by clicking on this button, appears the default
Access "search" screen.
I need the code to be able to change the values on the Access form "search":
e.g.: match -> whole field
match -> small letters-capital letters
Search in the field as modified
e.t.c.
 
Top