A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Setting Up & Running Reports
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Change numbers to words



 
 
Thread Tools Display Modes
  #1  
Old November 21st, 2005, 07:23 PM posted to microsoft.public.access.reports
external usenet poster
 
Posts: n/a
Default Change numbers to words

I have a table with a number field so that I can use an option group to
select the data. When I print a form I need it to print the word that
coresponds to the number. Is that possible?
  #2  
Old November 21st, 2005, 08:28 PM posted to microsoft.public.access.reports
external usenet poster
 
Posts: n/a
Default Change numbers to words

On Mon, 21 Nov 2005 11:23:03 -0800, Dennis the Safety Nerd wrote:

I have a table with a number field so that I can use an option group to
select the data. When I print a form I need it to print the word that
coresponds to the number. Is that possible?


Assuming the option values are 1, 2, 3, etc., as control source of an
unbound control:
=IIf [FieldName] = 1,"This",IIf(FieldName] = 2, "That","Other"))

or if you have many choices, you can use Choose():
=Choose([FieldName],"This","That","Other")

--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
  #3  
Old November 22nd, 2005, 07:44 AM posted to microsoft.public.access.reports
external usenet poster
 
Posts: n/a
Default Change numbers to words

look at a thread in
microsoft.public.access titled How can I assign a letter code to a date?
on 2 November 2005 14.06 I don't know if you want to do the same thing
but Brendan Reynolds sorted it out for me.

"Dennis the Safety Nerd" ha
scritto nel messaggio
...
I have a table with a number field so that I can use an option group to
select the data. When I print a form I need it to print the word that
coresponds to the number. Is that possible?



  #4  
Old November 22nd, 2005, 07:46 AM posted to microsoft.public.access.reports
external usenet poster
 
Posts: n/a
Default Change numbers to words

never mind, I miss read your question

"Michael" ha scritto nel messaggio
...
look at a thread in
microsoft.public.access titled How can I assign a letter code to a
date? on 2 November 2005 14.06 I don't know if you want to do the same
thing but Brendan Reynolds sorted it out for me.

"Dennis the Safety Nerd"
ha scritto nel messaggio
...
I have a table with a number field so that I can use an option group to
select the data. When I print a form I need it to print the word that
coresponds to the number. Is that possible?





 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can you display numbers as words in excel (eg. 10 as ten)? Stefan White General Discussion 2 October 5th, 2005 04:38 PM
How can I change positive numbers to negative, i.e. change 50 to - godwingi General Discussion 5 February 28th, 2005 05:41 PM
change numbers in a column and continue number's in seq onto each. nhtpclerk Tables 1 December 10th, 2004 08:47 PM
moving numbers between columns without moving words Papadapa Worksheet Functions 2 December 18th, 2003 04:36 PM
Formula to change numbers into words? friend Worksheet Functions 2 September 28th, 2003 05:47 PM


All times are GMT +1. The time now is 08:28 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.