I have a query which provides me with the following 4 fields: Company Name, Co or Association, Date, and Tier Number.
It looks as follows:
Company Co/Assoc Effective Date Tier
AAB Company 8/7/2004 5
AAB Company 8/7/2004 3
AAB Company 8/7/2004 5
AAC Association 2/1/2004 1B
I have a form in which the user inputs the beginning and ending date, and selects a Company Name.
I'm trying to create a report from the form, in which for the company and dates selected by the user it lists the count for each tier. So for example a list as follows
1 10
1B 5
2 4
3 2
3A 1
Could someone inform me how to get these values onto my report.
Thanks,
Chris
It looks as follows:
Company Co/Assoc Effective Date Tier
AAB Company 8/7/2004 5
AAB Company 8/7/2004 3
AAB Company 8/7/2004 5
AAC Association 2/1/2004 1B
I have a form in which the user inputs the beginning and ending date, and selects a Company Name.
I'm trying to create a report from the form, in which for the company and dates selected by the user it lists the count for each tier. So for example a list as follows
1 10
1B 5
2 4
3 2
3A 1
Could someone inform me how to get these values onto my report.
Thanks,
Chris