I am building a canvas app to these details:
1) A booking summary form that creates an AutoNumber (BookingID) column that serves as an identifier for a travel booking.
2) I then have a booking detail form with a lookup field to the booking summary with the underlying table related to the summary table on the BookingID. This has a combo box to select the aforesaid BookingID and adds several records representing travel segments for the booking.
3) Below that, I have a gallery pointing to the datasource of the booking detail.
My need is for this gallery to filter records based on the BookingID selected in 2) above. I have tried several approaches without success in the filtering. Please suggest a method. Have attached an image showing the screen.