Hi,
I have a basic restaurant booking database in the making. The query linked to the continuous form shows all bookings for the date entered or if blank then todays date -
IIf(IsNull([Forms]![BookingsDiarySearch].[DiaryDateEntry]),Date(),[Forms]![BookingsDiarySearch].[DiaryDateEntry])
This all works fine but once this has been run I then want to be able to view tomorrows or yesterdays diary by simply clicking a command button. Not sure how to go about doing it? Any advice would be great.
Cheers
Luke