Microsoft Access Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsDatabasesMicrosoft Access Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old December 13th, 2004, 04:34 PM
ywflagg ywflagg is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Dec 2004
Posts: 4 ywflagg User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Question Extracting delimited table field into multi row data

Hello,

I am a new VBA user and was looking for direction on how you can extract data from a multiple column table that has a delimited field into a new table where the delimited value is in individual rows based on the id number.

ie(id: 1 fieldvalues: #one#two#three#four#five#
to ID fieldvalue
1 one
1 two
1 three
1 four
1 five

Thanks.

Reply With Quote
  #2  
Old January 7th, 2005, 11:48 AM
sherrington sherrington is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2004
Posts: 85 sherrington User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 8 h 4 m 52 sec
Reputation Power: 5
Copy the following to a code module. You can then use the function in a query or code as required.

Public Function DoSplit(SourceString, ElementNo)
Dim Dest
Dim NoFields
Dest = Split(SourceString, "#", -1, vbBinaryCompare)
NoFields = UBound(Dest)

If ElementNo <= NoFields Then
DoSplit = Dest(ElementNo)
Else
DoSplit = ""
End If
End Function

Reply With Quote
  #3  
Old January 10th, 2005, 11:47 AM
ywflagg ywflagg is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Dec 2004
Posts: 4 ywflagg User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Thanks for the response, but I stumbled upon the Microsoft parse text example (GetCSWords) a few weeks ago which works perfectly. I'll file your code away for future reference.

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsDatabasesMicrosoft Access Development > Extracting delimited table field into multi row data


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway
Stay green...Green IT