Craig Alan
Registered User.
- Local time
- Today, 15:13
- Joined
- Dec 30, 2016
- Messages
- 10
Novice, losing my hair.
Simple DB, one table, tracking stock trades, one trade per row, date column along with many others. Each trade gets a date. Often I make more than one trade a day and I want to calculate profit/loss per day. So, I need to get a total of unique dates. "Count" gives me the number of date entries and not the number of unique dates. I can get a listing of unique dates in a query but not a total. A simple query of the query won't count them as they're not numeric.
So, please, how can I get the total number of unique dates from a column?
Thanks in advance.
Craig
Simple DB, one table, tracking stock trades, one trade per row, date column along with many others. Each trade gets a date. Often I make more than one trade a day and I want to calculate profit/loss per day. So, I need to get a total of unique dates. "Count" gives me the number of date entries and not the number of unique dates. I can get a listing of unique dates in a query but not a total. A simple query of the query won't count them as they're not numeric.
So, please, how can I get the total number of unique dates from a column?
Thanks in advance.
Craig