D
dvorasnell
I currently have a field in a form (and the table it is based on) showing the
age of certain accounts. Currently, it is a static field, but now the
project has expanded into constant surveillance and so I need to now track
the age from create date through present.
I found dateDiff in a query, but it doesn't seem to fit my bill exactly
since each account may have a different creat date.
My question is, should I change the existing field "Age" to read "create
date" then run a query off of it and use datediff and use **/**/**** to
represent the create date in the query?
age of certain accounts. Currently, it is a static field, but now the
project has expanded into constant surveillance and so I need to now track
the age from create date through present.
I found dateDiff in a query, but it doesn't seem to fit my bill exactly
since each account may have a different creat date.
My question is, should I change the existing field "Age" to read "create
date" then run a query off of it and use datediff and use **/**/**** to
represent the create date in the query?