homerunkevin
IS-IT--Management
I am trying to put this column into crystal report, however I am
having trouble getting down the cyrstal report syntax.
This query is use with MSFT access sql.
IIf([tblChild].[DOB]
Between #5/8/2000# And #5/8/2003#,"I",
IIf([tblChild].[DOB] Between #5/8/1998# And #5/8/2000#,"P",
IIf([tblChild].[DOB] Between #5/8/1990# And #5/8/1998#,"S",
IIf([tblChild].[DOB] Between #5/8/1900# And
#5/8/1990#,"Xpired","xxx")))
AS [Age Group]
Thanks a million
Love always,
Kevin Z
Techncial Support specailist
having trouble getting down the cyrstal report syntax.
This query is use with MSFT access sql.
IIf([tblChild].[DOB]
Between #5/8/2000# And #5/8/2003#,"I",
IIf([tblChild].[DOB] Between #5/8/1998# And #5/8/2000#,"P",
IIf([tblChild].[DOB] Between #5/8/1990# And #5/8/1998#,"S",
IIf([tblChild].[DOB] Between #5/8/1900# And
#5/8/1990#,"Xpired","xxx")))
AS [Age Group]
Thanks a million
Love always,
Kevin Z
Techncial Support specailist