Write calculated control to table

  • Thread starter Thread starter Ernie
  • Start date Start date
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top