V
VilMarci
Hi,
I need to distribute interview dates.
Have a table like:
InterviewID,Name,IntDate,IntTime
1,xxxx,2004.12.15,9:00
2,xxxx,2004.12.15,10:00
3,xxxx,2004.12.16,10:00
4,yyyy,2004.12.15,10:00
The IntTime source is in an other static table named TimeSrc with times from
9:00 to 18:00 with a step 15min.
I need a query that I can assign to a combo box, and depending on the name
and the date, offers me only the avaible interview times.
So if I select "xxxx" as a name and 2004.12 as a date, the list shall give
all the values stored int the IntTime coloumn of the TimeSrc table BUT 9:00
and 10:00.
Excluding itself is not a problem, but I have no idea how to set the other
two conditions...
Any help welcome.
Marton
I need to distribute interview dates.
Have a table like:
InterviewID,Name,IntDate,IntTime
1,xxxx,2004.12.15,9:00
2,xxxx,2004.12.15,10:00
3,xxxx,2004.12.16,10:00
4,yyyy,2004.12.15,10:00
The IntTime source is in an other static table named TimeSrc with times from
9:00 to 18:00 with a step 15min.
I need a query that I can assign to a combo box, and depending on the name
and the date, offers me only the avaible interview times.
So if I select "xxxx" as a name and 2004.12 as a date, the list shall give
all the values stored int the IntTime coloumn of the TimeSrc table BUT 9:00
and 10:00.
Excluding itself is not a problem, but I have no idea how to set the other
two conditions...
Any help welcome.
Marton