How to find and replace globally in a form field default value

M

McDal

I have a default value for a field that could be in 10 different places but I
have to search 80 forms for it. Is there anyway to search through form field
default values globally? I know I can use ctl+F in code but how do you do it
in all forms at once?
 
K

Klatuu

Sorry, but what you are asking makes one wonder what you are up to. When you
say default value for a field, do you mean a control on a form or a field in
a table?
How can a control/field be in 10 different places? Why would you be
searching 80 forms for it? A form has no values unless it is loaded. You
can search the properties of a form that is not loaded, but in this case, I
don't see how it would apply.

Can you please post back with more specifics.
 
Top