Hi everyone, I was hoping I could get some help
I am making a database to organise trips.
I have a trip form, where the user can add the overall details of the trip. This includes selecting an Organising Company, an Insurance Company, and an Accommodation through the use of combo boxes. When they add the trip, these are saved in the trip table through the use of Organisation_ID. For example, under organising_company could be 3 and under insurance_company could be 7.
So now I want to create a subform which shows the organisations that are associated with the trip, and I assume the only way to do this is to pull the organisation IDs from the trip table ... however I have had no luck trying to do this so far.
If anyone could help point in me in the right direction towards creating this sub form, that would be great, thank you
I am making a database to organise trips.
I have a trip form, where the user can add the overall details of the trip. This includes selecting an Organising Company, an Insurance Company, and an Accommodation through the use of combo boxes. When they add the trip, these are saved in the trip table through the use of Organisation_ID. For example, under organising_company could be 3 and under insurance_company could be 7.
So now I want to create a subform which shows the organisations that are associated with the trip, and I assume the only way to do this is to pull the organisation IDs from the trip table ... however I have had no luck trying to do this so far.
If anyone could help point in me in the right direction towards creating this sub form, that would be great, thank you