No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
I also have dumped IE8, basically because it doesn't work very well. I'm happy with Firefox and Safari. The only time I have to return to IE8 is for its Page/ Open ftp site in IE function. Can anyone get Firefox or Safari to do the same thing?
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 …
The End.
ChrisBuchanan