G
Guest
Hi,
You have all been very helpful and I really appreciate it. I learned alot
today. THis is what fanally did the trick in the Update Query:
UPDATE [MyTable] SET [MyTable]!MyField = StrConv([MyTable]!MyField,3);
There is one more thing though. I have one field for the address that has
numbers and letters. It doesn't seem to want to work. Any ideas??
You have all been very helpful and I really appreciate it. I learned alot
today. THis is what fanally did the trick in the Update Query:
UPDATE [MyTable] SET [MyTable]!MyField = StrConv([MyTable]!MyField,3);
There is one more thing though. I have one field for the address that has
numbers and letters. It doesn't seem to want to work. Any ideas??