Table name Customers
Field names
Customer Name | more fields but not phone.
--------------------------------------------
Table Name Bookings
Customer Name | Phone
--------------------------------------------
The subform is to take new bookings for a dispatch operator.
I have only shown the phone field at this time to keep things simple.
The subform correctly shows only data related to the customer name on the master form but if I put a combo box on the subform it shows all of the phone numbers in thd bookings database and not just the ones related to the current customer on the master form.
I have set up a one to many relations shipt from Customers Table to Bookings table as I thought it was required but I may be wrong.
I have other fields that I will be using in the bookings table but the basic principle I want is the same for those fields.
Thanks for your help in advance
