I did a booking system using a bookingtable that looks like this
Date
time0700
time0800
time0900
time1000
day time0700 time0800 time0900 time1000
20050110 750712 780523 670914 870210
I´m putting the personID in the field of the date and time. That works just fine but the trouble is when I try to do a query that list all the dates and the time a certain personID has been booked! (There´s no problem getting the day with all the bookings but how do I get the day and only the field thats equal to the personID that i want.)
In the example above the result i would want for personID 780523 would be
Day Time
20050110 Time0800
I´m glad for any suggestions and help
Date
time0700
time0800
time0900
time1000
day time0700 time0800 time0900 time1000
20050110 750712 780523 670914 870210
I´m putting the personID in the field of the date and time. That works just fine but the trouble is when I try to do a query that list all the dates and the time a certain personID has been booked! (There´s no problem getting the day with all the bookings but how do I get the day and only the field thats equal to the personID that i want.)
In the example above the result i would want for personID 780523 would be
Day Time
20050110 Time0800
I´m glad for any suggestions and help