G
Guest
Windows 2000 Pro; Access 2000
I have been tasked with revising a major Access/Excel integrated APP because
of a recent company merger and organizational changes. One of my first
priorities is an attempt at normalizing the "central" database which now has
multiple (3-5)separate data tables for each of 6 "groups" (that will now
become 8 "Groups"). Each table has from 85-109 fields.
I have identified 27 "common variables" and 18 that, while they exist in
each group table, have no data anywhere. I want to put the 27 into a
"Base_data" table, delete the 18 and then consolidate the remaining "group"
tables for the "group specific" data variables. All linked, of course, by a
unique ID number.
My REAL headache is that this same app has over 150 separate forms and close
to 300 queries spread among 4 different .mde/.mdb's Naturally, the "FROM"
clause of many of the queries and the "Row Source" on most of the forms will
change to access the "Base_table" joined on the "Group_Table". I think I've
got the Function down that will modify the queries' SQL statements, but I'm
having trouble finding a way to cycle through all the forms and modifying the
Row Source "string".
Anybody have any "sample code" on how to cycle though all the forms in a
database?
Thanx..
I have been tasked with revising a major Access/Excel integrated APP because
of a recent company merger and organizational changes. One of my first
priorities is an attempt at normalizing the "central" database which now has
multiple (3-5)separate data tables for each of 6 "groups" (that will now
become 8 "Groups"). Each table has from 85-109 fields.
I have identified 27 "common variables" and 18 that, while they exist in
each group table, have no data anywhere. I want to put the 27 into a
"Base_data" table, delete the 18 and then consolidate the remaining "group"
tables for the "group specific" data variables. All linked, of course, by a
unique ID number.
My REAL headache is that this same app has over 150 separate forms and close
to 300 queries spread among 4 different .mde/.mdb's Naturally, the "FROM"
clause of many of the queries and the "Row Source" on most of the forms will
change to access the "Base_table" joined on the "Group_Table". I think I've
got the Function down that will modify the queries' SQL statements, but I'm
having trouble finding a way to cycle through all the forms and modifying the
Row Source "string".
Anybody have any "sample code" on how to cycle though all the forms in a
database?
Thanx..