[mso] Re: Access 2002: Convert Number To String (Quarterly)

  • From: "Jim Pettit" <j_e_pettit@xxxxxxxxxxx>
  • To: <mso@xxxxxxxxxxxxx>
  • Date: Tue, 13 Jul 2004 10:11:25 -0700

Cathy--

There are a number of ways to do this, but a quick implementation would =
be
to place the following column in your query:

QTR: IIf(DatePart("q",[DateIssue =
])=3D1,"One",(IIf(DatePart("q",[DateIssue
])=3D2,"Two",IIf(DatePart("q",[DateIssue
])=3D3,"Three",IIf(DatePart("q",[DateIssue ])=3D4,"Four")))))

But of course...

--Jim

-----Original Message-----
From: mso-bounce@xxxxxxxxxxxxx [mailto:mso-bounce@xxxxxxxxxxxxx] On =
Behalf
Of Cathy.Evans@xxxxxxxxx
Sent: Tuesday, July 13, 2004 9:43 AM
To: mso@xxxxxxxxxxxxx
Subject: [mso] Access 2002: Convert Number To String (Quarterly)



Can't get past partial progress.  Converting a date to show it as the
current quarter, my query design field is QTR: DateIssue, with 'q' in
property format.  Depending on date in DateIssue field, it will return a =
1,
2, 3 or 4.  I want to turn that numeric quarter result into a string so =
it
will show as One, Two, Three . . . . , but having trouble and have not =
been
finding solution in the help menu.  Any ideas how to begin?  Thank you.




-------------------------------------------------------------------------=
---
-------------------------
The information transmitted is intended only for the person
or entity to which it is addressed and may contain confidential and/or
privileged material. If you are not the intended recipient=20
of this message you are hereby notified that any use, review,
retransmission, dissemination, distribution, reproduction or any action
taken in reliance upon this message is prohibited. If you=20
received this in error, please contact the sender and delete the=20
material from any computer.  Any views expressed in this message are =
those
of the individual sender and may not necessarily reflect=20
the views of the company. =20
-------------------------------------------------------------------------=
---
---------------------------

*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx =
or
MicrosoftOffice@xxxxxxxxxxxxxxxx

To send mail to the group, simply address it to mso@xxxxxxxxxxxxx

To Unsubscribe from this group, send an email to=20
mso-request@xxxxxxxxxxxxx with the word "unsubscribe" (without the =
quotes)
in the subject line.

Or, visit the group's homepage and use the dropdown menu.  This will =
also
allow you to change your email settings to digest or vacation (no mail).
//www.freelists.org/webpage/mso

To be able to use the files section for sharing files with the group, =
send a
request to mso-moderators@xxxxxxxxxxxxx and you will be sent an =
invitation
with instructions.  Once you are a member of the files group, you can go
here to upload/download files: http://www.smartgroups.com/vault/msofiles
*************************************************************
*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx or 
MicrosoftOffice@xxxxxxxxxxxxxxxx

To send mail to the group, simply address it to mso@xxxxxxxxxxxxx

To Unsubscribe from this group, send an email to 
mso-request@xxxxxxxxxxxxx with the word "unsubscribe" (without the quotes) in 
the subject line.

Or, visit the group's homepage and use the dropdown menu.  This will also allow 
you to change your email settings to digest or vacation (no mail).
//www.freelists.org/webpage/mso

To be able to use the files section for sharing files with the group, send a 
request to mso-moderators@xxxxxxxxxxxxx and you will be sent an invitation with 
instructions.  Once you are a member of the files group, you can go here to 
upload/download files:
http://www.smartgroups.com/vault/msofiles
*************************************************************

Other related posts: