Hi all,
I think this should be a simple issue, but I am doing it in a tedious way.
The B-date in my database a string in this format "yyyymmdd", such as "20111209". Since my report need to compare it to the current date, so I need a date value. I have tried cDate and other functions, but I got errors. For example when I do
cdate( left({B-date},4),mid({B-date},5,2),right({B-date},2) ),I got "too many arguments have been given to this function". Now I create formulas for year, month and day, then it will let me use cDate or DateValue().
I am wondering if there is better way to do this convertion.
Thank you so much for any helps/suggestions!!
I think this should be a simple issue, but I am doing it in a tedious way.
The B-date in my database a string in this format "yyyymmdd", such as "20111209". Since my report need to compare it to the current date, so I need a date value. I have tried cDate and other functions, but I got errors. For example when I do
cdate( left({B-date},4),mid({B-date},5,2),right({B-date},2) ),I got "too many arguments have been given to this function". Now I create formulas for year, month and day, then it will let me use cDate or DateValue().
I am wondering if there is better way to do this convertion.
Thank you so much for any helps/suggestions!!