Bullsandbears123
Technical User
Is there a faster way to do this?
dim getlastdate as date
getlastdate = nz(DMax("[appdate]", "qryDate_qryExpPosUndHistory", "[appdate]<=#" & gblparadate & "#"
, ""
This command takes a really long time to process. THANKS
dim getlastdate as date
getlastdate = nz(DMax("[appdate]", "qryDate_qryExpPosUndHistory", "[appdate]<=#" & gblparadate & "#"
This command takes a really long time to process. THANKS