R
ryan.fitzpatrick3
I have a date parameter in my query
I looks back 15 days. I search by vendors and sometimes some vendors
do not have any records in the last 15 days. How can I get a
messagebox stating that there are no records?
Ryan
=DateAdd("d",-15,Date())
I looks back 15 days. I search by vendors and sometimes some vendors
do not have any records in the last 15 days. How can I get a
messagebox stating that there are no records?
Ryan