T
Terri
I am not sure how to do this but would like to display a field in a report
beside the records that will be coming due within five minutes of the current
time. I have the report refreshing every 60 seconds. I was trying to place
something into the Control Source of a TextBox with a default property of
"Visible = No" like:
=IIf(-5 > DateDiff("n", [DueTime], Time())),Null,Visible = True
but I get the error "The expression you entered has a function containing
the wrong number of arguments". Could someone please help?
Greatly appreciated! Terri
beside the records that will be coming due within five minutes of the current
time. I have the report refreshing every 60 seconds. I was trying to place
something into the Control Source of a TextBox with a default property of
"Visible = No" like:
=IIf(-5 > DateDiff("n", [DueTime], Time())),Null,Visible = True
but I get the error "The expression you entered has a function containing
the wrong number of arguments". Could someone please help?
Greatly appreciated! Terri