I have 2 fields in my db that include the same data type. Field "A" includes a shortform code for a value in field "B". I enter the code for field "A" in a form via a combobox valuelist. This valuelist has 2 columns. Column 1 is the code and is bound. Column 2 is the field "B" equivalent.
In my update query I am trying to update field "B" from the code in field "A". I have adjusted the FIELD PROPERTIES of field "A" within my query to show the bound column to be 2.
The resulting query just places the codes from field "A" into field "B" rather than the values in column 2 from my valuelist.
I am puzzeled as to my error. Any ideas?
In my update query I am trying to update field "B" from the code in field "A". I have adjusted the FIELD PROPERTIES of field "A" within my query to show the bound column to be 2.
The resulting query just places the codes from field "A" into field "B" rather than the values in column 2 from my valuelist.
I am puzzeled as to my error. Any ideas?