|
-
October 5th, 1999, 02:22 PM
#1
query does'nt work in VB
The following query does'nt work in VB for an Access database. Any alternatives? Please...
SELECT DISTINCTROW Format$([CMLAP100].[TIMESTAMP], 'mm-dd-yyyy') as [TIMESTAMP], Sum([CMLAP100].[ABORT]) as ABORT, Sum([CMLAP100].[JAMCNT]) as JAMCNT, Count(*) as [Count Of CMLAP100] From CMLAP100 GROUP BY Format$([CMLAP100].[TIMESTAMP], 'mm-dd-yyyy')
-
October 11th, 1999, 07:57 PM
#2
Re: query does'nt work in VB
Hi.
Have you tried changing the single-quotation marks('), in the format expressions, to double-quotation marks(")?
regards,
Michael Nattfalk
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
|