R
Rick
I have a database with customers. One of the fields is
the 'source'. In some cases, a customer may have more
than one source. I recall seeing an example in Northwinds
or Solutions that allowed you to hold down the CTRL key
and click more than one item in a list and store it. Can
you help me find a good example of this? I'm assuming
that I would need to create a separate table for my
sources which allows more than one record per customer.
Storing the source in a field in my customer table would
not work with the above scenario.
A second related question, I would like the end-user to
see the sources in one field separated by commas. For
example:
Smith, Ralph Mailer, Houston, Renter
Smith, Sarah Phone, Mailer, Owner
Smith, Tom Mailer
any help would be appreciated.
the 'source'. In some cases, a customer may have more
than one source. I recall seeing an example in Northwinds
or Solutions that allowed you to hold down the CTRL key
and click more than one item in a list and store it. Can
you help me find a good example of this? I'm assuming
that I would need to create a separate table for my
sources which allows more than one record per customer.
Storing the source in a field in my customer table would
not work with the above scenario.
A second related question, I would like the end-user to
see the sources in one field separated by commas. For
example:
Smith, Ralph Mailer, Houston, Renter
Smith, Sarah Phone, Mailer, Owner
Smith, Tom Mailer
any help would be appreciated.