View VB Coding for Entire Database?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to view the entier VB coding for the entire database in one
screen, so you can use the find & replace tool to replace certain text
throughout the whole database? As if you need to update your naming scheme
and take the spaces out, etc.... VB that includes Tables, queries, reports,
etc.

Thanks
Curtis
 
There is usually too much code to see all on one screen at the same time.
However, if you do use Find (or Find and Replace) you can select Current
Project on the Find dialog. It will look in ALL modules within the entire
database. If you need to close the find dialog to change some code, just use
F3 to find the next instance. I do that sort of thing all the time.

jmonty
 
But you still have to redo your queries and update every field in your forms
as it wont update those right? I tested it & it didn't.
 

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