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

Query Syntax



 
 
Thread Tools Display Modes
  #1  
Old June 6th, 2004, 01:46 PM
Lana
external usenet poster
 
Posts: n/a
Default Query Syntax

Hi,

Can anyone quickly tell me the correct syntax for an added field in a query that will say
If Prefix = Dr. or Rev. then enter Prefix & " " (space), else "" (do nothing) & FirstName, etc (I have all the rest)
Thanks,

Lana

  #2  
Old June 6th, 2004, 02:37 PM
Douglas J. Steele
external usenet poster
 
Posts: n/a
Default Query Syntax

IIf([Prefix] = "Dr." Or [Prefix] = "Rev.", [Prefix] & " ", "") &
[FirstName], etc

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"Lana" wrote in message
...
Hi,

Can anyone quickly tell me the correct syntax for an added field in a

query that will say
If Prefix = Dr. or Rev. then enter Prefix & " " (space), else "" (do

nothing) & FirstName, etc (I have all the rest)
Thanks,

Lana



  #3  
Old June 6th, 2004, 04:41 PM
Lana
external usenet poster
 
Posts: n/a
Default Query Syntax

Hi Doug,

Thanks so much for the concise, really quick response. I appreciate it.


Lana
 




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 08:18 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.