Microsoft Access - removing spaces and dashes...

Reply

Join Date: Feb 2005
Posts: 92
Reputation: NuGG is an unknown quantity at this point 
Solved Threads: 1
NuGG's Avatar
NuGG NuGG is offline Offline
Junior Poster in Training

Microsoft Access - removing spaces and dashes...

 
0
  #1
Dec 12th, 2008
I do apologise if this thread has been started in the wrong section. - Wasn’t sure where to put it...
________________________________________________________________

I am using Microsoft Access with a select query to combine 4 separate fields into 1 field for each record using the following expression:..

Expr1: ([prod_group_name] & " - " & [model] & " - " & [size] & " - " & [amps])

This part works fine, and gives me an output that looks something like this:..

"Amazon low voltage submersible pumps - Amazon 12v - 4.5"

Now some records have empty fields, and in which case nothing is shown. I.E. "RS sub pumps" have no size or amperage, so it comes out like this...

"RS submersible pumps - RS-150 - -" - (with the prevailing dashes and spaces which are not needed.)

So basically what I want to do is make it automatically put the spaces and dashes in ONLY if they are needed... Is this actually possible in Access? And if so, how could my expression be modified to do so?

Thanks for your time, any help greatly appreciated...

NuGG
Pubonwheels - Mobile Bar Services for the South West of England.
The Kings Head Inn - The Kings Head, Underhill, Coleford, Somerset, UK.
South West Ravers - Going out to all you jungle drum and bass ravers.
UFB Live Radio - Keep It Locked.
Reply With Quote Quick reply to this message  
Join Date: Aug 2007
Posts: 160
Reputation: kb.net is an unknown quantity at this point 
Solved Threads: 26
kb.net's Avatar
kb.net kb.net is offline Offline
Junior Poster

Re: Microsoft Access - removing spaces and dashes...

 
0
  #2
Dec 12th, 2008
Hi,

Use the inbuilt function nz
Expr1: (nz([prod_group_name],"") & " - " & nz([model],"") ....
It is never about the number of languages you know, you either have the logic of programming or you don't ...

Some of the codes I post are collected from different sites during the past couple of years, so I would like to thank them for their help and for enabling me to help.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the Windows Software Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC