I have a data connection to an access DB appended table and need to pull prior month data on the 1st of the month and current month data on all other days.
Table name: CI_AND_P_INVENTORY_APPEND
Field with date data: RPT_DATE
SELECT *
FROM CI_AND_P_INVENTORY_APPEND
WHERE
?
Please help, Thank you in advance.
Table name: CI_AND_P_INVENTORY_APPEND
Field with date data: RPT_DATE
SELECT *
FROM CI_AND_P_INVENTORY_APPEND
WHERE
?
Please help, Thank you in advance.