assistance needed

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

Guest

I'm attempting to redo an old database with new tables. However, I need to
see all the coding involved including all the message boxes. How do I do
this?
 
I'm attempting to redo an old database with new tables. However, I need to
see all the coding involved including all the message boxes. How do I do
this?

You should be able to use File... Get External Data... Import to
import all the Forms, Reports, Modules, Queries and Macros. If your
new tables have the same names and structure as the old tables (just
new data) you should be able to Compile the database, compact it, and
be back up and running.

If the tables' names have changed you'll need to change all the
references to them. There are some good tools to do so:

Free: http://www3.bc.sympatico.ca/starthere/findandreplace
Find and Replace: http://www.rickworld.com
Speed Ferret: http://www.moshannon.com
Total Access Analyzer: http://www.fmsinc.com


John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps
 
Back
Top