Right I’m still not very good at visual Interdev so some one please help
I have an asp page that links to an access database with a booking table. I have a grid that I just want to show the future bookings. I have it linked to a record set with
The following sql
SELECT `Booking number`, `Date`, `Real start time`, `Real finish time`, Room FROM Booking ORDER BY `Date`
What do I need to change so that only booking with the current date or future dates are included in the grid
Thanks for any help or suggestions
Ric
Rick@soton.ac.uk
I have an asp page that links to an access database with a booking table. I have a grid that I just want to show the future bookings. I have it linked to a record set with
The following sql
SELECT `Booking number`, `Date`, `Real start time`, `Real finish time`, Room FROM Booking ORDER BY `Date`
What do I need to change so that only booking with the current date or future dates are included in the grid
Thanks for any help or suggestions
Ric
Rick@soton.ac.uk