G
Gene
I built a large data base (when I was young and naive) with most of the form
drop down boxes based on a table. I had to split that table into smaller
tables and construct a querry to provide exactly the same data. The name of
the querry is qryManager and the name of the original table was tblManager.
It was easy to change all the VBA references by the 'search and replace'
edit, and because all the fields were exactly the same, it worked. Is there
a way to "easily" change all the Recordsource and rowsource references in
forms? Do I have to open each form and manually change each reference?
Hoping there is an easy solution!
Gene
drop down boxes based on a table. I had to split that table into smaller
tables and construct a querry to provide exactly the same data. The name of
the querry is qryManager and the name of the original table was tblManager.
It was easy to change all the VBA references by the 'search and replace'
edit, and because all the fields were exactly the same, it worked. Is there
a way to "easily" change all the Recordsource and rowsource references in
forms? Do I have to open each form and manually change each reference?
Hoping there is an easy solution!
Gene