C
Chris Singer
I have a data file containing information on different types of contacts
from the various U.S. states. I need to make a list of those contacts
that are multiple contact types for the same state.
The relevant fields in a data file I'm using are:
state
name
contact_type
So if within a state "John Doe" happens to be both contact_type A and B
for that State, then I need his name and information to be printed out.
There are 3 possible values for contact_type.
I'm fairly new to this advanced merging hooplah, so I'm not even sure if
I can use fields for this or if I have to use VBA or what. Help?
from the various U.S. states. I need to make a list of those contacts
that are multiple contact types for the same state.
The relevant fields in a data file I'm using are:
state
name
contact_type
So if within a state "John Doe" happens to be both contact_type A and B
for that State, then I need his name and information to be printed out.
There are 3 possible values for contact_type.
I'm fairly new to this advanced merging hooplah, so I'm not even sure if
I can use fields for this or if I have to use VBA or what. Help?