How do I do a global field search?

  • Thread starter Thread starter Frank Martin
  • Start date Start date
F

Frank Martin

I have WinXP and Access2003.

I have just finished changing over a text
primary key "ProductID" to a autonumber
"ProdID".

This was successful, and all the database
(including the Combos and the xtab queries)
work OK.

But now I want to get rid of all the old Text
"ProductID" values and fields.

I have done this manually as far as possible,
but is there a "Find" function to locate all
the redundant "ProductID" all through the
database?

Please help
Frank
 
No there is such thing built in.
You will have to do manual searches through all VB code, queries, forms etc.
Its possible to code a function to automate it but its not a trivial exercise.

-Dorian
 
Thanks.



message
No there is such thing built in.
You will have to do manual searches through
all VB code, queries, forms etc.
Its possible to code a function to automate
it but its not a trivial exercise.

-Dorian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top