Some advices:
First, check out what value returns Read() method.
Then you might replace parameter names in sql statement with question marks ( ), like:
SELECT * FROM tblBooking WHERE Booking_Date = AND Booking_Time =
Next, check whether same statement works within access.
|