Re: string manipulation function
From: Allen Browne (AllenBrowne_at_SeeSig.Invalid)
Date: 06/02/04
- Next message: Bob: "How to email a hyperlink"
- Previous message: audreybmorin: "string manipulation function"
- In reply to: audreybmorin: "string manipulation function"
- Next in thread: audreybmorin: "Re: string manipulation function"
- Reply: audreybmorin: "Re: string manipulation function"
- Reply: audreybmorin: "Re: string manipulation function"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 2 Jun 2004 22:45:41 +0800
Recent versions of Access have a Split() function that allows you to specify
a delimiter.
In older versions, use Instr() to locate the delimiter, and Mid() to chop up
the string.
-- Allen Browne - Microsoft MVP. Perth, Western Australia. Tips for Access users - http://allenbrowne.com/tips.html Reply to group, rather than allenbrowne at mvps dot org. "audreybmorin" <anonymous@discussions.microsoft.com> wrote in message news:1C9898F0-D015-4DC3-93F9-7567C435472A@microsoft.com... > > Is there a function allowing me to cut a string of characters separated by a predefined character (ex. 1,2,4,5 cut where the commas are)? I couldn't find a predefined function in VB so I've been working with left, right and middle, but that's not ideal. > Thanks
- Next message: Bob: "How to email a hyperlink"
- Previous message: audreybmorin: "string manipulation function"
- In reply to: audreybmorin: "string manipulation function"
- Next in thread: audreybmorin: "Re: string manipulation function"
- Reply: audreybmorin: "Re: string manipulation function"
- Reply: audreybmorin: "Re: string manipulation function"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|