Hi Everyone,
I may be asking too much of my proposed form but I thought I would try. I have a database of "trackers" that my office uses to keep track of various issues with our program clients. All these trackers, the forms and the reports that are based on these tables, are issue specific. I am attempting to build a field that will allow you to view all records in each of the tracker tables associated with a specific client ID number. So here is what I am thinking:
I want to build a form with a subreport on it. This subreport would be blank or not visible at the outset. The user would enter a client ID number, and then select which tracker they wished to view from a combo box. The selection in the combobox would change the Source Object of the subreport. The subreport would pull up a version of the ordinary tracker report with an additional WHERE statement like "WHERE rptTracker.ClientID = Me.ClientID.Value".
Another option besides selecting the Source Object with a combobox would be having multiple subreports in a single form who all have their record source updated once the ClientID is entered. However, I want to cut down on the amount of objects on this form so as not to slow its performance.
Any suggestions?
Thanks!
Ryan.