gwallace1
Oct 12, 2008, 09:16 PM
I am attempting to add auser specified number of days to a date rage (Hearing Date) to calculate the end date of a prticular sentence. I use the control source property as :
=DateAdd("d",[Loss_of_Yard],[Hearing_Date])
I use the same parameters for each area I need to add the time to. It appears to function perfectly, but does not show the new date in the report I have created. The necessary information is in my query(I think) and the form sourc eis correct for all areas it just will not shoe up in my REPORT. Am I missing something with regards to the DateAdd function on a form? Should it go somewhere else?
PS.. Loss of date is user specified number 0-360 and is added to the date (Hearing Date). The number totals correctly but as stated, will not reflect in the report. What Am I missing. Any hel is appreciated.
=DateAdd("d",[Loss_of_Yard],[Hearing_Date])
I use the same parameters for each area I need to add the time to. It appears to function perfectly, but does not show the new date in the report I have created. The necessary information is in my query(I think) and the form sourc eis correct for all areas it just will not shoe up in my REPORT. Am I missing something with regards to the DateAdd function on a form? Should it go somewhere else?
PS.. Loss of date is user specified number 0-360 and is added to the date (Hearing Date). The number totals correctly but as stated, will not reflect in the report. What Am I missing. Any hel is appreciated.