G
Guest
I have a query and its acting up when I add the following column
Followup: IIf([vTracking]![Datecompleted]-[vTracking]![Date]<=2,"Completed
<=48",IIf([vTracking]![Datecompleted]-[vTracking]![Date]>2,"Completed >
48",IIf([vTracking]![Datefollowup]-[vTracking]![Date]<=2,"outstanding<=48",IIf([vTracking]![Datefollowup]-[vTracking]![Date]>2,"outstanding>48","Not
in Scope"))))
Seems like when I add the above column in the query, I am not able to update
and save the query. Why could this be happening?
Please help!
Followup: IIf([vTracking]![Datecompleted]-[vTracking]![Date]<=2,"Completed
<=48",IIf([vTracking]![Datecompleted]-[vTracking]![Date]>2,"Completed >
48",IIf([vTracking]![Datefollowup]-[vTracking]![Date]<=2,"outstanding<=48",IIf([vTracking]![Datefollowup]-[vTracking]![Date]>2,"outstanding>48","Not
in Scope"))))
Seems like when I add the above column in the query, I am not able to update
and save the query. Why could this be happening?
Please help!