|
-
Apr 24th, 2013, 06:55 PM
#1
[RESOLVED] Access Group By
I have a table called Requests and I'd like to return values grouped by a field named 'Sentdate'. I tried the following but got a recordcount of -1. What am I doing wrong?
rs.Open "SELECT count(*) FROM Requests group by SentDate", cn, adOpenDynamic, adLockOptimistic
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|