[mso] Re: [SPAM?:###] Word Merge, Access VBA
- From: "Colli, Anthony G" <Anthony.Colli@xxxxxxx>
- To: <mso@xxxxxxxxxxxxx>
- Date: Mon, 28 Jul 2003 09:08:50 -0400
/g
What your attempting to do is called a bill of materials (BOM), basically a
hierarchical view of some data. http://tinyurl.com/i9n9 has a few links with
some discussions. Once the database schema is determined, the reporting tool
Access, Word, web, becomes irrelevant.
-Anthony
-----Original Message-----
From: Glenda Wells [ mailto:gwells@xxxxxxxxxxx]
Sent: Friday, July 25, 2003 5:44 PM
To: mso@xxxxxxxxxxxxx
Subject: [SPAM?:###] [mso] Word Merge, Access VBA
Hi.
I'm still trying to find a way to create a list in Word Merge from Access data
that lists a header and items with values such as in my example:
I've crawled all over Cindy Meister's MVP website and have learned a lot but
frustratingly, not the answer I'm looking for.
Anyway, she mentioned this and I was wondering if one-ah-y'all geniuses could
'splain whut she's talkin about and mebby how-to.
"Basically, you create a function in Access VBA and use it as a query
expression in your data source. The function takes the ID and puts together the
"many" data, followed by the total, in a tab-delimited string."
Looking for a clue in sunny central Florida. /g
Example Date:
Mike Todd Socks 5
Mike Todd Shoes 2
Sally Hansen Socks 8
Sally Hansen Skirts 2
Sally Hansen Dresses 4
Sally Hansen Shoes 27
Example Desired Result:
Mike Todd
Socks 5 pair
Shoes 2 pair
Total 7 Items
-----New Page-----
Sally Hansen
Socks 8 pair
Skirts 2 each
Dresses 4 each
Shoes 27 pair
Total 42 Items
*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx or
MicrosoftOffice@xxxxxxxxxxxxxxxx
To send mail to the group, simply address it to mso@xxxxxxxxxxxxx
To Unsubscribe from this group, send an email to
mso-request@xxxxxxxxxxxxx with the word "unsubscribe" (without the quotes) in
the subject line.
Or, visit the group's homepage and use the dropdown menu. This will also allow
you to change your email settings to digest or vacation (no mail).
http://www.freelists.org/webpage/mso
To be able to use the files section for sharing files with the group, send a
request to mso-moderators@xxxxxxxxxxxxx and you will be sent an invitation with
instructions. Once you are a member of the files group, you can go here to
upload/download files:
http://www.smartgroups.com/vault/msofiles
*************************************************************
Other related posts:
- » [mso] Re: [SPAM?:###] Word Merge, Access VBA