K
Kate
In a macro I have a select statement
SELECT AVAILABILITY.BookingDate, AVAILABILITY.Period,
AVAILABILITY.Room, AVAILABILITY.Day, AVAILABILITY.BookingID
WHERE AVAILABILITY.BookingDate >= EndDate
How do I test for no records returned?
Is there some variable set that I can test?
Thanks
SELECT AVAILABILITY.BookingDate, AVAILABILITY.Period,
AVAILABILITY.Room, AVAILABILITY.Day, AVAILABILITY.BookingID
WHERE AVAILABILITY.BookingDate >= EndDate
How do I test for no records returned?
Is there some variable set that I can test?
Thanks