paternl
03-26-2003, 08:41 PM
I have a simple question. Is there a way to take 2 or more table field values to create the value for another field?
I.e., I have a table named Procs with 3 ComboBox fields: CodA, CodB, and CodC. Each field is text of 2 characters. I have one other field called Concatenation that is text of 6 characters that I want to store the concatenation of the 3 ComboBox fields that are selected. I cannot figure out how to do this simple thing. I have tried unsuccessfully to use the Default value property of Concatenation (=[CodA] & [CodB] & [CodC] ).
This doesn't work. I want to store this result in a table--not on a Form. I can do this easily using a Form.
Thanks for any insights!
I.e., I have a table named Procs with 3 ComboBox fields: CodA, CodB, and CodC. Each field is text of 2 characters. I have one other field called Concatenation that is text of 6 characters that I want to store the concatenation of the 3 ComboBox fields that are selected. I cannot figure out how to do this simple thing. I have tried unsuccessfully to use the Default value property of Concatenation (=[CodA] & [CodB] & [CodC] ).
This doesn't work. I want to store this result in a table--not on a Form. I can do this easily using a Form.
Thanks for any insights!