P
Paul Doree
Hi,
I have a field in a query which returns the number of days since a
transaction i.e.
DaysOutstanding: (DateDiff("d",[TransactionDate],Date())
I'm trying to give the user the option to enter a range e.g. 0 to 60 days by
getting access to throw up the parameter boxes i.e.
Between [Enter minimum days outstanding] And [Enter maximum days
outstanding]
I am getting all sorts of numbers of days returned - certainly not the range
I'm asking for.
Anyone know why?
Pual
I have a field in a query which returns the number of days since a
transaction i.e.
DaysOutstanding: (DateDiff("d",[TransactionDate],Date())
I'm trying to give the user the option to enter a range e.g. 0 to 60 days by
getting access to throw up the parameter boxes i.e.
Between [Enter minimum days outstanding] And [Enter maximum days
outstanding]
I am getting all sorts of numbers of days returned - certainly not the range
I'm asking for.
Anyone know why?
Pual