Viewing 5 posts - 1 through 6 (of 6 total)
Thanks I will let you know how it works. Appreciate everyones help
July 24, 2007 at 2:54 pm
Thanks for the input I am new to this and could not find another thread that fit what I needed.
I can see where this would be hard to understand....
July 24, 2007 at 1:27 pm
The script I am using is SELECT CLAIMLIN.[adjusr] AS [User ID],
max(CLAIMLIN.[GRPNUM]) AS [Group Number],
max(CLAIMLIN.[CLAIMNO]) AS [Claim Number],
max(CLAIMLIN.[STATCD]) AS [Status]
into #temp456
FROM FMH.DBO.Claimlin Claimlin
WHERE CLAIMLIN.[SVCDAT] BETWEEN...
July 24, 2007 at 1:06 pm
Viewing 5 posts - 1 through 6 (of 6 total)