M
matty ratafairy
Hello, on my [BookingDetails] subform I have the following comboboxes:
[Country] which filters
[Schools] which in turn filters
[Course] and [Accom].
[Accom] only includes the accom options available from the selected school
based on the tbl [AccomPrices].
This tbl has fields:
IDAccomPrice
IDSchool (from tbl[Schools])
IDAccomType (From tbl[AccomType] 1=Hostel, 2=Family, 3=Hotel)
IDRoomType (from tbl[RoomType] 1= Single, 2= Double, 3=twin)
IDMealType (from tbl[MealType] 1=FB, 2=HB, 3=No)
AccomPrice
I want to also add the options "Not Selected" (as the default value) and
"Reservation Only" to the [Accom] combobox on the subform but don't know
where to put them as they are not linked to an IDAccomPrice or to one
particular school. Is there some way to have a combobox use these values AND
the results of the filter or do I need to put them in a table soemwhere?
I hope Ive explained well enough. Thanks in advance
[Country] which filters
[Schools] which in turn filters
[Course] and [Accom].
[Accom] only includes the accom options available from the selected school
based on the tbl [AccomPrices].
This tbl has fields:
IDAccomPrice
IDSchool (from tbl[Schools])
IDAccomType (From tbl[AccomType] 1=Hostel, 2=Family, 3=Hotel)
IDRoomType (from tbl[RoomType] 1= Single, 2= Double, 3=twin)
IDMealType (from tbl[MealType] 1=FB, 2=HB, 3=No)
AccomPrice
I want to also add the options "Not Selected" (as the default value) and
"Reservation Only" to the [Accom] combobox on the subform but don't know
where to put them as they are not linked to an IDAccomPrice or to one
particular school. Is there some way to have a combobox use these values AND
the results of the filter or do I need to put them in a table soemwhere?
I hope Ive explained well enough. Thanks in advance