E
ember
hi everyone, i need your help with something here:
i have three tables, Order, Supplier, and Supplier Contacts.
What i need to do is, when I create an Order in the order tables, be
able to fill the supplier and supplier contacts by using underlying
tables, being that the Supplier Contacts table is related to the
supplier table, when i fill the "supplier" field in the Order table it
only allows me to use one record from the Supplier Contacts table. what
should i do so i can, in the Order table, fill in the Supplier field
and then the Contacts field with the contacts that belong to the
Supplier i filled in previously?
i.e.:
Company X -> John Doe; Jane Doe
Company A -> James Bond, Mary Williams
I want to be able to, if i put "Company X" in the Supplier Field, in
the Contacts field in the combo box appear "John Doe" and "Jane Doe"
only, so I can choose one of them.
Thanks in Advance,
Ember
i have three tables, Order, Supplier, and Supplier Contacts.
What i need to do is, when I create an Order in the order tables, be
able to fill the supplier and supplier contacts by using underlying
tables, being that the Supplier Contacts table is related to the
supplier table, when i fill the "supplier" field in the Order table it
only allows me to use one record from the Supplier Contacts table. what
should i do so i can, in the Order table, fill in the Supplier field
and then the Contacts field with the contacts that belong to the
Supplier i filled in previously?
i.e.:
Company X -> John Doe; Jane Doe
Company A -> James Bond, Mary Williams
I want to be able to, if i put "Company X" in the Supplier Field, in
the Contacts field in the combo box appear "John Doe" and "Jane Doe"
only, so I can choose one of them.
Thanks in Advance,
Ember