E
Ernie
Table INV has three fields: ID, TYPE, IDTYPE. Form INV-FORM is
bound to table INV. ID is autogenerated and TYPE is populated from a
combo-box on the form. ORDERID is a calculated control that
concatenates ID and TYPE. When the IDTYPE field is populated, I would
like to be able to 'write' this value into the INV table in field
IDTYPE.
ID= 001
TYPE = ABC
ORDERID = 001ABC
I want to populate the IDTYPE in the table with the ORDERID result
(001ABC)
How can I do that?
bound to table INV. ID is autogenerated and TYPE is populated from a
combo-box on the form. ORDERID is a calculated control that
concatenates ID and TYPE. When the IDTYPE field is populated, I would
like to be able to 'write' this value into the INV table in field
IDTYPE.
ID= 001
TYPE = ABC
ORDERID = 001ABC
I want to populate the IDTYPE in the table with the ORDERID result
(001ABC)
How can I do that?