Im creating a search form for my database and written the following SQL for it,
SELECT Rooms.Room_id, Rooms.Sleeps, Rooms.Type, Rooms.Phone Number, Rooms.Price, Bookings.Date
FROM Rooms, Bookings
WHERE Date="txtdate", Type="cbtype";
I have two fields one being "txtdate" and one being a combo...