on the desingh view of my qwery that shows endindDate(end) and description(des c)
i added the following:
so that each time the query runs to autocalculate how many days left from the end date until today
my problem is that i get invalid syntax erro and it marks my first comma
at first i thought it was the current date naming and i have also tried todaysdate,curD ate but none of them works
can anyone help???
is this the right way to produce and update remaining days data
thatnk you
i added the following:
Code:
exp1: DateDiff( 'd',Date(),[end])
my problem is that i get invalid syntax erro and it marks my first comma
at first i thought it was the current date naming and i have also tried todaysdate,curD ate but none of them works
can anyone help???
is this the right way to produce and update remaining days data
thatnk you
Comment