Hello,
I wander is someone could help me.
I am trying to add a Days in Stock field (to track aging inventory).
In MS Access the statement looks like this;
DateDiff("d",[Inputed],Now()) AS DIS
I have tried every way (but the right way) to make this work in PHPR.
Here is the current query that I am trying to modify.
I appreciate any help.
/john
SELECT
ID,
Series,
Make,
`ST#`,
`YEAR`,
MODEL,
MILES,
COLOR,
INTERIOR,
TRANS,
OPTIONS,
CPO,
PRICE,
`Sales Rep`,
Inputed,
Status,
Title,
Sold,
Notes,
VIN,
`Pruchased From`,
Origin,
Temp,
`TYPE`,
Customer,
AddedToWeb,
Archive
FROM cartable
WHERE Archive Not Like '1'