G
Guest
I must say, programming in MS Access has been a learning experience. The
differences between MS Access VBA and standard VB6 are quite substantial.
Form creation/programming is a completely different animal.
I need to determine where every piece of data from a couple linked tables is
being used in this application.
I’ve already found all the queries that read from or write to these tables
(see ‘How Do I List All Tables used in All Queries?’ from 8/22/05).
Several forms are using one or the other table as a Data Source. With 44
forms to deal with, I figure there has to be an easier way than one textbox
at a time! Plus the random field in other places that obtain their data from
either VBA code or via the queries. What a mess.
Specifically what I need is this:
What forms/reports/other objects (textboxes and the like) use either table
as a data source and or a recipient of data changes?
And …
Within these objects, what field is being used in which textbox/combo box/etc?
Of course, after all this, I will need to document the business logic behind
the use of the data too, but that’s another day’s problem.
Oh, I’ve also learned that documentation has to be written in MS Access as
you go, otherwise you’re hopelessly lost. (like me! )
Thank you. You guys have been great!
Robert
======
differences between MS Access VBA and standard VB6 are quite substantial.
Form creation/programming is a completely different animal.
I need to determine where every piece of data from a couple linked tables is
being used in this application.
I’ve already found all the queries that read from or write to these tables
(see ‘How Do I List All Tables used in All Queries?’ from 8/22/05).
Several forms are using one or the other table as a Data Source. With 44
forms to deal with, I figure there has to be an easier way than one textbox
at a time! Plus the random field in other places that obtain their data from
either VBA code or via the queries. What a mess.
Specifically what I need is this:
What forms/reports/other objects (textboxes and the like) use either table
as a data source and or a recipient of data changes?
And …
Within these objects, what field is being used in which textbox/combo box/etc?
Of course, after all this, I will need to document the business logic behind
the use of the data too, but that’s another day’s problem.
Oh, I’ve also learned that documentation has to be written in MS Access as
you go, otherwise you’re hopelessly lost. (like me! )

Thank you. You guys have been great!
Robert
======