G
Guest
I have adopted an existing database and associated application (forms,
reports, etc.). It has more bugs than an ant colony, but the users depend on
it heavily.
I want to create a bug reporting tool for my users to track down the
programs flaws & idiosyncrasies. I need organization!
Now, I can get all table names, form names, query names, macro names from
the schema via a series of queries, but is there a way to extract all control
names on all forms, form titles, and any other items that may be identified
in a bug reporting tool? (It would be helpful to know which control is on
which form, of course).
I want my users to be able to identify the problem/enhancement idea by the
specific form name (based on its title), and then select the control (by name
& type) that is causing the problem.
Manually going through each form is not an option since there's several
hundreds controls all told.
I’m certain the answer to this would help a lot of programmers develop
similar tools for bug-squishing!
Thanks SO much!!!
reports, etc.). It has more bugs than an ant colony, but the users depend on
it heavily.
I want to create a bug reporting tool for my users to track down the
programs flaws & idiosyncrasies. I need organization!
Now, I can get all table names, form names, query names, macro names from
the schema via a series of queries, but is there a way to extract all control
names on all forms, form titles, and any other items that may be identified
in a bug reporting tool? (It would be helpful to know which control is on
which form, of course).
I want my users to be able to identify the problem/enhancement idea by the
specific form name (based on its title), and then select the control (by name
& type) that is causing the problem.
Manually going through each form is not an option since there's several
hundreds controls all told.
I’m certain the answer to this would help a lot of programmers develop
similar tools for bug-squishing!
Thanks SO much!!!