B
bvdahl
I have two tables: purchase_orders and customers. Both the tables have a
'customer_number' field. In both tables, there is a field called
'customer_name'.
I want this field in the 'purchase_orders' table to be updated with the
corresponding value in the 'customers' table when I fill in a value in the
'customer_number' field. However, if 'customer_number' is left blank, I would
like to be able to fill in the 'customer_name' manually.
So, in short, I would like to be able to generate purchase orders without
NECESSARILY having a customer number.
Any ideas on how to achieve this?
Regards
Baard
'customer_number' field. In both tables, there is a field called
'customer_name'.
I want this field in the 'purchase_orders' table to be updated with the
corresponding value in the 'customers' table when I fill in a value in the
'customer_number' field. However, if 'customer_number' is left blank, I would
like to be able to fill in the 'customer_name' manually.
So, in short, I would like to be able to generate purchase orders without
NECESSARILY having a customer number.
Any ideas on how to achieve this?
Regards
Baard