PeteJohnston
Programmer
I have a table holding character values that should be used to replace occurences in text fields on another table. These are characters that do not occur in the standard english character set. Examples are ă and ƣ. If I view the table, create a query or display the data on a form then it shows correctly. If I use VBA under the covers in an Openrecordset/MoveNext loop then I get rst.Fields("Actual") value of Ā returning A and ă returning a.
Any clues/solutions to why this is happening?
PeteJ
(Contract Code-monkey)
It's amazing how many ways there are to skin a cat
(apologies to the veggies)
Any clues/solutions to why this is happening?
PeteJ
(Contract Code-monkey)
It's amazing how many ways there are to skin a cat
(apologies to the veggies)