Find data in table

P

Paul Saah

Hello, one of our old programers placed an email address [email protected]
some place in our database that is programically inserted into an HTM page.

Could someone suggest how I can find this old address that will be changed
to a new address.

I have used find in the modual without success.

Your help will be appreciated.

Paul Saah
===
 
B

Bill Nicholson

Can you look at the place in the code where the address is programically
inserted into the HTM page? At that place in the code you should see a
reference to a table and a field.
 
Top