Hi all,
I have the following set of queries, and when I try to view or export the 'CrashQuery' it takes at least 5-10 minutes to process, or it simply locks up my entire computer. Is there an obvious way that I can increase the efficiency and speed this up?
Any help is really much appreciated!
Query Fields:
My XeroxRequest table has roughly 1,000 records at most, and the SaData table has roughly 6,000 records.
Please see the below screenshots for reference.
xTrimSerial: Trim(Left([Serial Number],10))
UsageConverted: IIf([Usage Function]="ZBWT","M",IIf([Usage Function]="ZC1M","M",IIf([Usage Function]="ZCOT","C",IIf([Usage Function]="ZC2T","C",IIf([Usage Function]="ZC3T","C",IIf([Usage Function]="ZC3M","E",""))))))
FDate: Replace([Reading Date],"/",".")
TrimSerial: Trim(Left([Serial No],10))
Meter2match: IIf([Stock meter desc]="Colour","C",IIf([Stock meter desc]="MONO","M",IIf([Stock meter desc]="Black & White","M",IIf([Stock meter desc]="EXPRESSIVE","E",IIf([Stock meter desc]="expressive colour","E","N")))))
Expr1: Current meter Reading
Screenshots for relations etc.
![]()