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 » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

adding text in a currency field



 
 
Thread Tools Display Modes
  #1  
Old June 7th, 2004, 03:03 PM
Linda
external usenet poster
 
Posts: n/a
Default adding text in a currency field

I need to add the text pick "incld" or "N/A" to a currency
field when the cost is "included" or "does not apply: N/A"

Thanks again for a GREAT Support Forum!!!!
  #2  
Old June 7th, 2004, 06:32 PM
John Vinson
external usenet poster
 
Posts: n/a
Default adding text in a currency field

On Mon, 7 Jun 2004 07:03:15 -0700, "Linda"
wrote:

I need to add the text pick "incld" or "N/A" to a currency
field when the cost is "included" or "does not apply: N/A"

Thanks again for a GREAT Support Forum!!!!


You can't.

A Currency field is not a text string. It's actually stored internally
as a binary bitstring 16 bytes long, interpreted as a huge scaled
integer.

Either use a separate field, or (probably better) set the Format
property of the form or report control displaying this field to show
the desired text. How are you indicating "included" or "N/A" in your
table? In a separate field, or two fields?

John W. Vinson[MVP]
Come for live chats every Tuesday and Thursday
http://go.compuserve.com/msdevapps?loc=us&access=public
  #3  
Old June 7th, 2004, 07:10 PM
external usenet poster
 
Posts: n/a
Default adding text in a currency field

Thanks for your quick response John!

Well, I wanted to have it in the Fee currency field, but
did not think far enough ahead - sorry !

I have not created the input form yet, so I can look into
your suggestion and use the form to add those picks...

If I have a problem with the form, I will redirect to
the "Forms" section and I will think this out better
next time!

Thanks again for your TIME!
  #4  
Old June 7th, 2004, 07:10 PM
external usenet poster
 
Posts: n/a
Default adding text in a currency field

Thanks for your quick response John!

Well, I wanted to have it in the Fee currency field, but
did not think far enough ahead - sorry !

I have not created the input form yet, so I can look into
your suggestion and use the form to add those picks...

If I have a problem with the form, I will redirect to
the "Forms" section and I will think this out better
next time!

Thanks again for your TIME!
  #5  
Old June 7th, 2004, 07:10 PM
external usenet poster
 
Posts: n/a
Default adding text in a currency field

Thanks for your quick response John!

Well, I wanted to have it in the Fee currency field, but
did not think far enough ahead - sorry !

I have not created the input form yet, so I can look into
your suggestion and use the form to add those picks...

If I have a problem with the form, I will redirect to
the "Forms" section and I will think this out better
next time!

Thanks again for your TIME!
 




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


All times are GMT +1. The time now is 12:37 AM.


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