I am using a table which has fields like OppNo, Material, OppMat along with couple of others.
i had linked the access database to a form in Access itself. The OppMat field is a concatenation of OppNo and Material fields. I had concatenated these two fields into OppMat in the form under the "Control Source" property of the OppMat Text Box in the form.
The form if run shows the concatenated value but it is not getting saved into the same field of the table. Same is when a new record is created. All other fields are saved for the record and not the OppMat field.
Please advise as to how I could get this field saved into the database.