K
Kevin Albrecht
Hey -
My company utilizes Access databases for it's reporting.
I have a cercumstance where Access is 'Quitting', when you
desin specific queries. I have reporduced the queries,
already once. Can a query get corrupt over & over? THere
is really nothing too crazy happening, in the query. I
have a few iif functions, on groupby's in a totals query.
Basically:
CHANNEL_desc: IIf(IsNull([LFC_CHANNEL]),IIf([LoanSource]
="xxx","Special",IIf([LoanSource]="yyy",IIf(Right([qry].
[PRID],1)="R","Retail",IIf(Right([qry].[PRID],1)
="W","Whole",IIf(Right([qry].[PRID],2)
="CD","Crect","zzzz"))),"Unknown")),[LFC_CHANNEL])
My company utilizes Access databases for it's reporting.
I have a cercumstance where Access is 'Quitting', when you
desin specific queries. I have reporduced the queries,
already once. Can a query get corrupt over & over? THere
is really nothing too crazy happening, in the query. I
have a few iif functions, on groupby's in a totals query.
Basically:
CHANNEL_desc: IIf(IsNull([LFC_CHANNEL]),IIf([LoanSource]
="xxx","Special",IIf([LoanSource]="yyy",IIf(Right([qry].
[PRID],1)="R","Retail",IIf(Right([qry].[PRID],1)
="W","Whole",IIf(Right([qry].[PRID],2)
="CD","Crect","zzzz"))),"Unknown")),[LFC_CHANNEL])