Most people who post here want help. And shouting HELP won't get you a
better answer or a quicker answer; please post a Subject with a
concise indication of what you're asking instead.
is there a built in function that changes a numberic field
to a text field
CStr() or Format() will do so... but could you explain what you mean?
Do you want 1343 converted to "1343", or to "One thousand three
hundred and forty-three"? If the latter, you'll need to go to http://www.mvps.org/access or to http://www.lebans.com and download
some custom code to do so.