D
Dimitris Nikolakakis
I have the following tables:
Clients (ID, Name)
Factories (ID, Name)
ClientDiscounts (ClientID, FactoryID, Discount)
I have a form where the user selects ClientID, FactoryID (these are combo
boxes).
On the form I have a field Discount.
How can I update the field when the user selects Client and Factory?
Thanks
Clients (ID, Name)
Factories (ID, Name)
ClientDiscounts (ClientID, FactoryID, Discount)
I have a form where the user selects ClientID, FactoryID (these are combo
boxes).
On the form I have a field Discount.
How can I update the field when the user selects Client and Factory?
Thanks