Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Member Avatar for newsguy

Another day, another IE flaw! Just when you thought it was safe to go back in the Internet Explorer water (mainly as Microsoft told you it was after [URL="http://www.microsoft.com/technet/security/bulletin/MS10-002.mspx"]releasing[/URL] yet another [URL="http://www.itwire.com/content/view/24364/1231/"]patch[/URL] to fix yet another vulnerability) comes the news that actually, would you believe it, but Internet Explorer still …

Member Avatar for jingda
2
1K
Member Avatar for ChrisBuchanan

I have inherited the following query, which works: [code=text] SELECT [CM Database].[Age Range], Count([CM Database].[Age Range]) AS [Count], Format([Date Contacted],"yyyy") AS [Year] FROM [CM Database] GROUP BY [CM Database].[Age Range], Format([Date Contacted],"yyyy") HAVING ((([CM Database].[Age Range]) Is Not Null) AND ((Format([Date Contacted],"yyyy"))=[Year])); [/code] My client has asked for a Financial …

0
42