I just started a new job and took over a database that has been in production/use for about six years...quite robust, but also quite confusing.
I need to add some functionality to some forms to accomodate for changes in fiscal year (FY), and I don't want to build a new form for each year (as my predecessor did) rather add a field in the form for the user to select the FY and have the query narrow search results based on the selected FY. My problem is that I want to know which and how many of my 100+ forms use the query that I'm considering changing. Is there a way for me to find this out?
I've considered a "parameter" form that comes up when the user enters the db in which the user selects the FY, and then going into each individual query and filtering the FY based on my parameter form, but that would take a long time given the number of queries in the db.
Any thoughts?
I need to add some functionality to some forms to accomodate for changes in fiscal year (FY), and I don't want to build a new form for each year (as my predecessor did) rather add a field in the form for the user to select the FY and have the query narrow search results based on the selected FY. My problem is that I want to know which and how many of my 100+ forms use the query that I'm considering changing. Is there a way for me to find this out?
I've considered a "parameter" form that comes up when the user enters the db in which the user selects the FY, and then going into each individual query and filtering the FY based on my parameter form, but that would take a long time given the number of queries in the db.
Any thoughts?