G
Guest
This seems basic... my Access 2002 tables has date1 field as well as other
field with vital information.
I want a new field to display the difference (Days) between date1 and the
current date without having to change the date every day
I have made a query using the different table fields and included "date1"
but not sure if I add a blank field in the table with a new named "Daysince"
so that in the query, the "Daysince" field gets automatically filled in or if
there is something else to do that I don't grasp about this.
I have tried datediff("d",now(),[date1]) and some other variations similar
but nothing shows or I get syntax error.
I hope I have offered enough information. Thank you for you assistance
Luke
field with vital information.
I want a new field to display the difference (Days) between date1 and the
current date without having to change the date every day
I have made a query using the different table fields and included "date1"
but not sure if I add a blank field in the table with a new named "Daysince"
so that in the query, the "Daysince" field gets automatically filled in or if
there is something else to do that I don't grasp about this.
I have tried datediff("d",now(),[date1]) and some other variations similar
but nothing shows or I get syntax error.
I hope I have offered enough information. Thank you for you assistance
Luke