B
bindurajeesh
I have a form that gathers a job type. If the job type is one category the
date format is mm/dd/yyyy but it is not format is m/yyyy.
Code
if type_of_job.text = "TE" then
start_date.format = "mm/dd/yyyy"
else
start_date.format = "m/yyyy"
end if
The problem is that start date is not placed into the underlying table with
the format requested. I need this format change so that my report will show
the correct formats for the correct type of jobs. I have tried to place
similar code on open event or page event on the report and it does not work.
Thanks for suggestions
date format is mm/dd/yyyy but it is not format is m/yyyy.
Code
if type_of_job.text = "TE" then
start_date.format = "mm/dd/yyyy"
else
start_date.format = "m/yyyy"
end if
The problem is that start date is not placed into the underlying table with
the format requested. I need this format change so that my report will show
the correct formats for the correct type of jobs. I have tried to place
similar code on open event or page event on the report and it does not work.
Thanks for suggestions