Changing Form Names.

Fulcrum

Registered User.
Local time
Today, 05:36
Joined
Aug 25, 2002
Messages
10
How do I rename my Forms and Still get everything to work..? I managed to rename the Tables and Querys without to much trouble but when I rename the forms access still looks for the old form name...

Thanks
 
You have to know what is referring to the old form name and change that too. Most likely culprits are as a parameter in a query, a reference in some vb code, on the startup options or in a control in another form. Look for where is access tripping up when looking for the form and this should give some clues where to look.
Happy Hunting;)
 

Users who are viewing this thread

Back
Top Bottom