Hello all,
I have a query with the following code....
SELECT NRTS.[Item], NRTS.[Description], NRTS.[NRTS No], NRTS.[Serial Number], NRTS.[Cal Due], NRTS.[Allocated To], NRTS.[Image]
FROM NRTS
WHERE [Cal Due]=DateAdd("D",30,date());
What I need is when the query returns a record from the...