K
Ken Ivins
I have a database with a table for Groups and one for Subscribers in those
groups (one to many). I need to create 2 ASCII files the merge them to email
to another location.
The first table is fixed width with my sender ID in it followed by a
continuous string of up to 30 GroupIDs (9 character ID numbers). Then
multiple lines of GroupIDs (34/line) until all the GroupIds are listed. The
table is has a total of 5 basic fields and one long GroupID field for a
total of 351 characters.
The second fixed width table has subscriber information in it. It has about
50 fields of various lengths for a total of 351 characters.
My final export must combine these two tables. The first table at the top
then the information of the second table.
I am comfortable in sending this by email through code. I am also fine in
creating the second table.
I am not sure how to create the second table that automatically wraps the
Group IDs. I assume I start with a pivot table to get all the GroupIDs but
where to go from there is my problem.
Lastly how to combine these two into one ASCII file really is beyond my
knowledge.
This set of newsgroups have been very helpful in the past and I really
appreciate your time and effort. I hope some day to learn enough to repay
my dept by helping others as well.
Thanks,
Ken
groups (one to many). I need to create 2 ASCII files the merge them to email
to another location.
The first table is fixed width with my sender ID in it followed by a
continuous string of up to 30 GroupIDs (9 character ID numbers). Then
multiple lines of GroupIDs (34/line) until all the GroupIds are listed. The
table is has a total of 5 basic fields and one long GroupID field for a
total of 351 characters.
The second fixed width table has subscriber information in it. It has about
50 fields of various lengths for a total of 351 characters.
My final export must combine these two tables. The first table at the top
then the information of the second table.
I am comfortable in sending this by email through code. I am also fine in
creating the second table.
I am not sure how to create the second table that automatically wraps the
Group IDs. I assume I start with a pivot table to get all the GroupIDs but
where to go from there is my problem.
Lastly how to combine these two into one ASCII file really is beyond my
knowledge.
This set of newsgroups have been very helpful in the past and I really
appreciate your time and effort. I hope some day to learn enough to repay
my dept by helping others as well.
Thanks,
Ken