R
richard
Hi
I have a query in which I am trying to create a formula to check if the date
in a record is in the same month as the current date, if this is true to
return the months name, if not to return another value. The formula does not
fall over but only returns the OR value. The OR value is meaningless at the
moment as I am just seeing if the formula is actually doing something
Could someone have a look at this
MonthNo: IIf([Date SubmittedtoLab]=Month(Date()),MonthName(Month([Date
SubmittedtoLab])),5)
Thanks
Richard
I have a query in which I am trying to create a formula to check if the date
in a record is in the same month as the current date, if this is true to
return the months name, if not to return another value. The formula does not
fall over but only returns the OR value. The OR value is meaningless at the
moment as I am just seeing if the formula is actually doing something
Could someone have a look at this
MonthNo: IIf([Date SubmittedtoLab]=Month(Date()),MonthName(Month([Date
SubmittedtoLab])),5)
Thanks
Richard