I have form for Group Reservations and one for Birthday reservations. Both are tab control forms with several subforms and draw data from all the same tables. However, when I open the Group form I would like to filter out the birthday data and vice versa.
Both forms are based on [Reservation Table] with their subform child/master link based on the [GroupID]. There is a field on the subform called [GroupType]. I would to based the filter on this field. If I use a query for the form record source, then I cannot add new records.....I think.
Someone point me in the right direction.
Both forms are based on [Reservation Table] with their subform child/master link based on the [GroupID]. There is a field on the subform called [GroupType]. I would to based the filter on this field. If I use a query for the form record source, then I cannot add new records.....I think.
Someone point me in the right direction.