G
Guest
The application I am working on is getting more and more
attention from management. They are asking to add more
data to it. To better manage the database, I'll need to
rename the tables, queries and forms.
I just tried renaming a couple of tables, but the change
caused problems in those queries and forms that are
related to one of these tables.
Two problems there I'll need your help:
1. When I change the table name, the underlying query
should be updated automatically. But why didn't it happen
to my application--any setting to triger this automatic
update?
2. I used VBA for all my forms. The table's names are
enbeded in the codes. How can I update the old table name
to new table name in all codes without manually searching
for it?
Thanks,
Shirley
attention from management. They are asking to add more
data to it. To better manage the database, I'll need to
rename the tables, queries and forms.
I just tried renaming a couple of tables, but the change
caused problems in those queries and forms that are
related to one of these tables.
Two problems there I'll need your help:
1. When I change the table name, the underlying query
should be updated automatically. But why didn't it happen
to my application--any setting to triger this automatic
update?
2. I used VBA for all my forms. The table's names are
enbeded in the codes. How can I update the old table name
to new table name in all codes without manually searching
for it?
Thanks,
Shirley