Alex
Bear in mind that the number 439965 needs its comma after 3 digits, where
23112 needs a comma after 2 ...
Now, if those aren't really NUMBERS (things you do math on), but just
characters that happen to be digits, that's a different matter.
You can check Access HELP for the use of the Left() and Mid() functions to
grab the first two characters. If you use a query, you can concatenate the
first two, a comma, and the remainder into a new field.
Good luck!
Regards
Jeff Boyce
Microsoft Access MVP
--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.
Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.
You can thank the FTC of the USA for making this disclaimer
possible/necessary.