Hello Again
I’m trying to work out how to translate a string into an equivalent string.
Here’s the story so far. The company i work for are changing the product codes used to a newer. more flexible, version, however in the interim there is a need to take a new code and convert it back to an ‘old’ code. We have a table with all the new values in one field and, where applicable, the old values in another field. I’ve used the mid function to parse out the new codes into those sections that have an equivalent, but now, how do I get 5 fields to find their equivalent values in a table of around a thousand records and display the equivalents in individual fields in the same query record?
Once I get over this ‘simple’ hurdle I can contatenate the query output and there will be the ‘old’ product code.
I could do it with one query per field, then brig them all together in a ‘combination’ query, but I’m hoping there is a neater way of doing this with queries.
Thanks
Ian