Multivalued field join clause problems - Access 2007

T

techfreek

I am trying to import a multivalued field into my table (Used the basic
Issues set up, just where multiple people can be assigned to the same issue)
I set it up so under supporting objects, issues table has the multivalued
Assigned to field. I was trying to link it up to the issue list form so I can
view it easier by Adding existing fields, but now I am stuck in design mode
because it says "The multi-valued field 'Issues.[Assign.To]' is not valid in
the specified JOIN clause" Any ideas on how I can fix this? let me know if
you need more info or if I am in wrong forum
 
R

Roger Carlson

My advice is to not use a multi-value field for precisely this reason. They
seem like a good idea at first, but they come back to bite you when they're
really hard to get rid of. Better to not use them in the first place.
 
T

techfreek

Anyway to make so I can assign multiple people to the same "issue" because
that is pretty much the core of what I trying to make happen in this.

Roger Carlson said:
My advice is to not use a multi-value field for precisely this reason. They
seem like a good idea at first, but they come back to bite you when they're
really hard to get rid of. Better to not use them in the first place.

--
--Roger Carlson
MS Access MVP
www.rogersaccesslibrary.com


techfreek said:
I am trying to import a multivalued field into my table (Used the basic
Issues set up, just where multiple people can be assigned to the same
issue)
I set it up so under supporting objects, issues table has the multivalued
Assigned to field. I was trying to link it up to the issue list form so I
can
view it easier by Adding existing fields, but now I am stuck in design
mode
because it says "The multi-valued field 'Issues.[Assign.To]' is not valid
in
the specified JOIN clause" Any ideas on how I can fix this? let me know if
you need more info or if I am in wrong forum
 
D

Douglas J. Steele

The "classic" approach (which is actually what Access does under the covers
with multi-value fields) is to introduce a third table to resolve the
many-to-many relationship.

--
Doug Steele, Microsoft Access MVP

(no private e-mails, please)


techfreek said:
Anyway to make so I can assign multiple people to the same "issue" because
that is pretty much the core of what I trying to make happen in this.

Roger Carlson said:
My advice is to not use a multi-value field for precisely this reason.
They
seem like a good idea at first, but they come back to bite you when
they're
really hard to get rid of. Better to not use them in the first place.

techfreek said:
I am trying to import a multivalued field into my table (Used the basic
Issues set up, just where multiple people can be assigned to the same
issue)
I set it up so under supporting objects, issues table has the
multivalued
Assigned to field. I was trying to link it up to the issue list form so
I
can
view it easier by Adding existing fields, but now I am stuck in design
mode
because it says "The multi-valued field 'Issues.[Assign.To]' is not
valid
in
the specified JOIN clause" Any ideas on how I can fix this? let me know
if
you need more info or if I am in wrong forum
 
T

techfreek

Thank you. I managed to actually figure out a work around to do what I
needed. Thanks anyways.

Douglas J. Steele said:
The "classic" approach (which is actually what Access does under the covers
with multi-value fields) is to introduce a third table to resolve the
many-to-many relationship.

--
Doug Steele, Microsoft Access MVP

(no private e-mails, please)


techfreek said:
Anyway to make so I can assign multiple people to the same "issue" because
that is pretty much the core of what I trying to make happen in this.

Roger Carlson said:
My advice is to not use a multi-value field for precisely this reason.
They
seem like a good idea at first, but they come back to bite you when
they're
really hard to get rid of. Better to not use them in the first place.

I am trying to import a multivalued field into my table (Used the basic
Issues set up, just where multiple people can be assigned to the same
issue)
I set it up so under supporting objects, issues table has the
multivalued
Assigned to field. I was trying to link it up to the issue list form so
I
can
view it easier by Adding existing fields, but now I am stuck in design
mode
because it says "The multi-valued field 'Issues.[Assign.To]' is not
valid
in
the specified JOIN clause" Any ideas on how I can fix this? let me know
if
you need more info or if I am in wrong forum
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top