R
Rudeseal
I am creating a Product Catalog and am using an Access 2007 database, in the
database I have 2 fields, one field is called "Color" to designate the color
of the Item, the 2nd Field is called "Colors" and it designates what other
colors are available for this particular item. The format of the fields are
simple Text. I use the following scheme to designate colors:
R= Red
W= White
B=Black
Q= Bisque
SS= Stainless Steel
BS= Brushed Chrome
PW= Pearl White
The Color field only has one of the color designation, the "Colors" field
has the designations seperated by a comma, so for example, Item 1 has 3
additional colors, they are in the field as "W,B,Q" or only one additional
color "B" without a comma.
Anyhow, here is where I am stuck and my newbieness with VBA shows up. On
the Catalog Merge, I can insert the Field on the document but I cannot see
how I can use the designations to create a color swatch on the page using VBA
code. Does anyone have any examples or code to get me started, or even a
webpage with samples of different ways of using the field data to modify what
is placed on the page?
database I have 2 fields, one field is called "Color" to designate the color
of the Item, the 2nd Field is called "Colors" and it designates what other
colors are available for this particular item. The format of the fields are
simple Text. I use the following scheme to designate colors:
R= Red
W= White
B=Black
Q= Bisque
SS= Stainless Steel
BS= Brushed Chrome
PW= Pearl White
The Color field only has one of the color designation, the "Colors" field
has the designations seperated by a comma, so for example, Item 1 has 3
additional colors, they are in the field as "W,B,Q" or only one additional
color "B" without a comma.
Anyhow, here is where I am stuck and my newbieness with VBA shows up. On
the Catalog Merge, I can insert the Field on the document but I cannot see
how I can use the designations to create a color swatch on the page using VBA
code. Does anyone have any examples or code to get me started, or even a
webpage with samples of different ways of using the field data to modify what
is placed on the page?