Renaming DB

BobNTN

Registered User.
Local time
Today, 12:16
Joined
Jan 23, 2008
Messages
314
Have a split DB named brooks.mdb and brooks_data.mdb.
Trying to rename to rlg.mdb and rlg_data.mdb.

1. placed in a separate directory c:\rlg
2. renamed each to rlg.mdb and rlg_data.mdb
3. opened rlg.mdb and linked rlg_data. (tables)
4. changed path to C:\rlg
5. changed name in db properties to rlg
6. deleted all records in all tables.

However, when I pull up a form, query, report, still shows as brooks(form, etc name)

How do I get 'brooks' completely out of the db ?
Must be missing a step.
 
So, if you have renamed the database file did you also go into the Startup Options and change your name there?
 
There is a Caption property for Forms and Resports. You may have something in these properties that could be displaying when you open reports and/or forms. Queries do not have the Caption property, however if you have something in the name of the query the that could be displaying.
 
Good, glad you got it sorted. :)
 

Users who are viewing this thread

Back
Top Bottom