S
Scott
I saw in earlier posts that using multivalue fields is not recommended and I
can see why. In any case, I am using Access 2002 and I have no control over
the version of Access that I use. It is my understanding that creating a
multivalue field is not an option in that version (is that true?).
Unfortunately, I get data from a source on a daily basis that has a
multivalue field and I need to be able to interact with it. I would like
some help understanding how I can do this.
The database from which I import tables (there are a lot of them) is fairly
complex, with a field called category. Obviously some contacts will fit
several categories. When I get the data the field has entries like
"networking contact; school director", etc. I want to add to this list of
contacts by creating records in a separate table that I then add to the data
I import each day (the data changes each day, but the structure is static) by
doing a Union query. I don't use all of the field from the imported table,
but one of the fields that I would want to include in the union is
categories. I realize that I need to create a separate table for the
categories and then do a Union with the relevant table in the imported
database, but the imported database does not have such a table.
The help I need is to figure out a way to get the data that is now in a
field in the contacts table into a categories table. Or is there a
better/different way to do this? Any suggestions?
Note: I get the table that defines the categories from the imported database
so I can use that list for my own tables. The number of categories can be
increased (or decreased - but I don't necessarily want to deal with that yet).
can see why. In any case, I am using Access 2002 and I have no control over
the version of Access that I use. It is my understanding that creating a
multivalue field is not an option in that version (is that true?).
Unfortunately, I get data from a source on a daily basis that has a
multivalue field and I need to be able to interact with it. I would like
some help understanding how I can do this.
The database from which I import tables (there are a lot of them) is fairly
complex, with a field called category. Obviously some contacts will fit
several categories. When I get the data the field has entries like
"networking contact; school director", etc. I want to add to this list of
contacts by creating records in a separate table that I then add to the data
I import each day (the data changes each day, but the structure is static) by
doing a Union query. I don't use all of the field from the imported table,
but one of the fields that I would want to include in the union is
categories. I realize that I need to create a separate table for the
categories and then do a Union with the relevant table in the imported
database, but the imported database does not have such a table.
The help I need is to figure out a way to get the data that is now in a
field in the contacts table into a categories table. Or is there a
better/different way to do this? Any suggestions?
Note: I get the table that defines the categories from the imported database
so I can use that list for my own tables. The number of categories can be
increased (or decreased - but I don't necessarily want to deal with that yet).