Dear Mary,
Many thanks for your kind response.
I tried it out with the following query:
- SELECT [tblTourDetails].[TourID], [tblToursOffered].[CostID], [tblToursOffered].[TourName], [tblToursOffered].[DayPrice] FROM ([tblToursOffered] INNER JOIN [tblTourDetails] ON [tblToursOffered].[CostID] =[tblTourDetails].[CostID])
But there is still a problem with the subform. I can not select anything from any of the fields in the subform.
The CostID just displays (Autonumber) and does not display a list to select from and will not let me enter anything. It is enabled and not locked.
The TourName field is blank but does not provide a dropdown menu and will not let me enter any text.
The CostID just dings at me when i try to enter anything and the TourName field comes up with the following message:
Cannot add record(s); join key of table 'tblTourDetails not in recordset.
If you could offer some help or advice I would be very grateful.
Thanks in advance
Best wishes
Edd