Hi All
I'd like to thank any one who responds in advance, since I've been making my self go nuts trying to get this problem to work.
The outline of the problem:
I’m attempting to gather several records together in by using the count function in a microsoft access query.
The goal is to work out the number of enquires made through several websites, according to the date the enquiry was sent, and the promotion code from the site. Then compare these to the statcounter generated for the date, and work out several statistics such as the average enquires per day.
eg count([enquiry date]=[stat Date] & [stat promotion code]=[enquiry promotion code])
The problem I’m having is to have the query display the statcounter details, (eg pageloads, unique visitors) and then count the number of enquiries made on that date, according to the promotion code. However on some days no enquiries are sent, however their are still statcounter details generated which i would like to display in a report, to show quite days, and accurately generate the averages.
To be honest I’m not 100% sure which approach to use, eg entering an IIF statement in the query criteria, create an SQL query in the query field, or manually making relationships between the "enquiries sent" and "statcounter" tables.
Anyways sorry for the waffle, but i didn’t want to skip anything. If theirs any areas you'd like more detail please let me know.
Mark
I'd like to thank any one who responds in advance, since I've been making my self go nuts trying to get this problem to work.
The outline of the problem:
I’m attempting to gather several records together in by using the count function in a microsoft access query.
The goal is to work out the number of enquires made through several websites, according to the date the enquiry was sent, and the promotion code from the site. Then compare these to the statcounter generated for the date, and work out several statistics such as the average enquires per day.
eg count([enquiry date]=[stat Date] & [stat promotion code]=[enquiry promotion code])
The problem I’m having is to have the query display the statcounter details, (eg pageloads, unique visitors) and then count the number of enquiries made on that date, according to the promotion code. However on some days no enquiries are sent, however their are still statcounter details generated which i would like to display in a report, to show quite days, and accurately generate the averages.
To be honest I’m not 100% sure which approach to use, eg entering an IIF statement in the query criteria, create an SQL query in the query field, or manually making relationships between the "enquiries sent" and "statcounter" tables.
Anyways sorry for the waffle, but i didn’t want to skip anything. If theirs any areas you'd like more detail please let me know.
Mark