Viewing 14 posts - 1 through 14 (of 14 total)
Sure, I would love to share what I tried and what worked.
What would I need to do?
Arun Samuel
August 24, 2009 at 9:08 am
Don't know if you are still looking.
One of the better sites to start with: www. asp.net
Need to learn to design a page with graphics, layout controls for the content etc....
August 24, 2009 at 6:25 am
Yes, I hould have posted to an asp forum.
But, thanks for the tip, it's certainly in the right direction.
Thanks,
Arun
January 9, 2009 at 10:29 am
More info on this error.
Type mismatch: 'FormatNumber'
Thanks,
Arun
January 9, 2009 at 8:36 am
Chris,
I added the tblSessions to take care of an error in the ASP report, a little while ago.
Here is the snippet of the filter that is sent in:
one of the...
December 19, 2008 at 9:00 am
Great. It works! 🙂
Thanks a bunch.
Arun
December 19, 2008 at 7:26 am
I will try your suggestions.
Thanks,
Arun
December 19, 2008 at 7:12 am
I misspelt it while posting.
The error does say TblSessions.SessionLocName.
March 7, 2008 at 6:39 am
I'll try that.
Thanks for the suggestions.
March 7, 2008 at 5:51 am
Modify this:
SELECT batchid, description, merchantno, settlementdate, amount
INTO #batch_detail
SELECT DISTINCT batchid, description, merchantno, settlementdate, amount INTO #batch_detail
HTH,
Arun
March 6, 2008 at 10:25 am
There was a typo in the S.SessionsLocName, it should read S.SessionLocName
Thanks,
Arun
March 6, 2008 at 10:07 am
Continuing with the above query, trying to do the following, but gives an error saying multi-part identifier S.SessionsLocName could not be bound
SELECT COUNT(C.CaseID) AS CaseCount
FROM tblCaseInfo C
JOIN tblSessions S...
March 6, 2008 at 10:05 am
That did it.
You made it look so easy.
Thanks,
Arun
March 6, 2008 at 9:09 am
Thanks for the suggestions.
I will try them out.
Arun
March 3, 2008 at 4:49 am
Viewing 14 posts - 1 through 14 (of 14 total)