PC Review


Reply
Thread Tools Rate Thread

delete #'s in add1 field

 
 
=?Utf-8?B?UmF5IE1lYWQ=?=
Guest
Posts: n/a
 
      23rd Jun 2005
How do I remove the # symbol in the add1. For example:


611 HARRIMAN AVE S #209
#25 Apt
400 WISCONSIN ST #114
 
Reply With Quote
 
 
 
 
=?Utf-8?B?S2xhdHV1?=
Guest
Posts: n/a
 
      23rd Jun 2005
strAddr = "611 HARRIMAN AVE S #209"
strAddr= Replace(strAddr,"#","")

This will work regardless of the number of # in the string.
See Access Help for more info on the Replace() Function.

"Ray Mead" wrote:

> How do I remove the # symbol in the add1. For example:
>
>
> 611 HARRIMAN AVE S #209
> #25 Apt
> 400 WISCONSIN ST #114

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to delete a field value? lvensen Microsoft Access 2 1st Oct 2009 07:27 PM
How do I delete data in a field in Access but not delete the whol. =?Utf-8?B?TGVhbm5l?= Microsoft Access Queries 1 5th Mar 2005 10:27 PM
Can't Delete Field Kevin Sprinkel Microsoft Access 4 20th Jan 2004 01:55 PM
Delete all records matching a field except for one based on an includeddate field naniboujou Microsoft Access Queries 3 13th Dec 2003 03:31 AM
Can't delete a field Tony Williams Microsoft Access Forms 1 1st Oct 2003 01:39 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:13 PM.