S
Seddon Acaster
2 tables called customer and service
customer table has unique numerical customer id field, this is the primary
key. an example value for this field would be 3
service table has customer id field and serviceno field. the customer id
field is not unique but the serviceno field is
i want a customer form to have a combobox that looks up a query that will
only show the serviceno fields that relate to that particular customer
how would i do this?
customer table has unique numerical customer id field, this is the primary
key. an example value for this field would be 3
service table has customer id field and serviceno field. the customer id
field is not unique but the serviceno field is
i want a customer form to have a combobox that looks up a query that will
only show the serviceno fields that relate to that particular customer
how would i do this?