Thank you. I'm not very familiar with VB yet. I have the
ContractAmount(Numbers field) in my table and want to be able to convert
that amount to Text into another field in the same table. Will what you
gave me allow me to do that?
ML
You don't.
You don't store the same data in more than one field in a table.
You can display it that way in your forms, reports, or queries, but you
would not save it. what happens if someone changes an amount? Then the
'words' are wrong if it is saved.
Both of your questions have been answered many times over in these
newsgroups. Please take a moment to go search previous posts on these
topics instead of posting a new thread.
Google.com can be used to read any previous post by clicking the "groups"
link and starting your search string with...
microsoft.public.access
followed by yout serach string such as "storing calculated values" or
"converting numbers to text".

Signature
Rick B
> Thank you. I'm not very familiar with VB yet. I have the
> ContractAmount(Numbers field) in my table and want to be able to convert
[quoted text clipped - 14 lines]
> : >
> : > MaryLou
MaryLou - 15 Jul 2005 19:58 GMT
Thank you for your help, however I only posted the question one other time
and that was in forms.
> You don't.
>
[quoted text clipped - 34 lines]
>> : >
>> : > MaryLou