N
niuginikiwi
Hi all,
I have a criteria form that takes a date range for a report.
What I want to do is that if the date range fields have not been entered
then I want some customised message (eg. No Date) on the report...
I have a txtbox on the report hearder and and here is how I am trying to
reference the date range fields...
="Between " &
IIf([Forms]![frmSalesCrit]![bDate].[HasData],[Forms]![frmSalesCrit]![bDate],"No
Date") & " And " &
IIf([Forms]![frmSalesCrit]![eDate].[HasData],[Forms]![frmSalesCrit]![eDate],"No Date")
But I can't seem to get it working, can someone help me out?
Thanks alot.
I have a criteria form that takes a date range for a report.
What I want to do is that if the date range fields have not been entered
then I want some customised message (eg. No Date) on the report...
I have a txtbox on the report hearder and and here is how I am trying to
reference the date range fields...
="Between " &
IIf([Forms]![frmSalesCrit]![bDate].[HasData],[Forms]![frmSalesCrit]![bDate],"No
Date") & " And " &
IIf([Forms]![frmSalesCrit]![eDate].[HasData],[Forms]![frmSalesCrit]![eDate],"No Date")
But I can't seem to get it working, can someone help me out?
Thanks alot.