T
Todd
I have a database with multiple users.
I've created a table that captures the Log on time and
username for each time that a user logs into the database.
Table: UsageLog
Fields: UsageID (autonum), LogOnDate (date/time), UserName
I'd like to create a query/report that will count the
number of times that a person logs on each month, and also
totals for the year. Is there an easy way to do this?
I've created a table that captures the Log on time and
username for each time that a user logs into the database.
Table: UsageLog
Fields: UsageID (autonum), LogOnDate (date/time), UserName
I'd like to create a query/report that will count the
number of times that a person logs on each month, and also
totals for the year. Is there an easy way to do this?