I have 3 fields.
one is a date field - Date
the second is a number field - Number_Days
the third - Finishing_Date.
when the user enters the starting date (Date), and the length of the meeting (Number_Days), i want the finishing date to be auto. calculated.
i tried making a query with this as the criteria for the Finishing_Date.:
=DateAdd("d",[Number_Days],[Date])
but it just gives me a blank result, rather than calculating the finishing date for each entry already made.
how can i fix this?
one is a date field - Date
the second is a number field - Number_Days
the third - Finishing_Date.
when the user enters the starting date (Date), and the length of the meeting (Number_Days), i want the finishing date to be auto. calculated.
i tried making a query with this as the criteria for the Finishing_Date.:
=DateAdd("d",[Number_Days],[Date])
but it just gives me a blank result, rather than calculating the finishing date for each entry already made.
how can i fix this?