thanks again for the quick and excellent response to my last question.
Im nearly finished my mini project now and have got stuck on a way to print out a list of rooms that are not currently being booked.
I have a table
tblbooking which has in it a booking id (Auto number), cutomer ID and RoomID (from the tblroom table)
And tblroom which has RoomID roomPrice and Room Type
and what i want to do is run a query that will search though the current bookings and print a list of all rooms not currenlty booked? Ive tried a few things but it doesnt seem to work.
Any idaes
thanks
Mark
					Im nearly finished my mini project now and have got stuck on a way to print out a list of rooms that are not currently being booked.
I have a table
tblbooking which has in it a booking id (Auto number), cutomer ID and RoomID (from the tblroom table)
And tblroom which has RoomID roomPrice and Room Type
and what i want to do is run a query that will search though the current bookings and print a list of all rooms not currenlty booked? Ive tried a few things but it doesnt seem to work.
Any idaes
thanks
Mark
 
	
Comment