M
Matti
Hello
I urgently need to modify an old Access application, with no real knowledge
of Access. So, I would greatly
appreciate help. I believe it was originally written in Access-97, but is
now -2003
The following expression in Query calculates the age of an invoice in
months, from invoide date ( Inv Date1 ) to current date.
....,12*Year(Now())+Month(Now())+1-12*Year([Inv Date1])-Month([Inv Date1] AS
Age, ...
( I guess there was/is no 'datediff' function like in MS-SQL )
I now need to substitute current date by a date from a form variable. Form
name = BsQuery , field = Text8
What would be the syntax of the expression using the form field?
TIA
Matti
I urgently need to modify an old Access application, with no real knowledge
of Access. So, I would greatly
appreciate help. I believe it was originally written in Access-97, but is
now -2003
The following expression in Query calculates the age of an invoice in
months, from invoide date ( Inv Date1 ) to current date.
....,12*Year(Now())+Month(Now())+1-12*Year([Inv Date1])-Month([Inv Date1] AS
Age, ...
( I guess there was/is no 'datediff' function like in MS-SQL )
I now need to substitute current date by a date from a form variable. Form
name = BsQuery , field = Text8
What would be the syntax of the expression using the form field?
TIA
Matti