I need to run a query that will return all records for a due date within 30 days from the computers date
this is the code i have so far.
SELECT NRTS.Item, NRTS.Description, NRTS.[NRTS No], NRTS.[Serial Number], NRTS.[Cal Due], NRTS.[Allocated To]
FROM NRTS
WHERE [Cal Due]
thank you for your time.
this is the code i have so far.
SELECT NRTS.Item, NRTS.Description, NRTS.[NRTS No], NRTS.[Serial Number], NRTS.[Cal Due], NRTS.[Allocated To]
FROM NRTS
WHERE [Cal Due]
thank you for your time.