G
Guest
I'm using a web database to track users in Access.
I have one large table where I store the times and details of which page was
visted and by whom, etc. I also want to be able to aggregate data based on
time either by a super sql statement or by some other mechanism that stores
the aggregated data into another table. Let me demonstrate what I mean
User 1 visits ten pages on day 1, which my db records.
User 2 visits 8 times on day 1 which my db records.
Day two: Visitors 2,3,4 and 5 visit.
I query the database and I want to see that on day 1, I had 2 visitors and
on day 2 I had 4 visitors.
Now, my database current stores the visits as the requests come in and then
I have to perform a hardcore sql statement to work out who is unique and who
is visting pages within the same session.
I hope you're still with me! How can I now either create a new table to
record unique hits per day or how do I perform a superdooper sql statement
to the same effect?
Thanks very much if you got this far and understand what I mean - and can
help!
I have one large table where I store the times and details of which page was
visted and by whom, etc. I also want to be able to aggregate data based on
time either by a super sql statement or by some other mechanism that stores
the aggregated data into another table. Let me demonstrate what I mean
User 1 visits ten pages on day 1, which my db records.
User 2 visits 8 times on day 1 which my db records.
Day two: Visitors 2,3,4 and 5 visit.
I query the database and I want to see that on day 1, I had 2 visitors and
on day 2 I had 4 visitors.
Now, my database current stores the visits as the requests come in and then
I have to perform a hardcore sql statement to work out who is unique and who
is visting pages within the same session.
I hope you're still with me! How can I now either create a new table to
record unique hits per day or how do I perform a superdooper sql statement
to the same effect?
Thanks very much if you got this far and understand what I mean - and can
help!