C
CW
I have an Agents table and form, and an AgentContacts table and a subform
that sits on the bottom of each Agent form so that we can maintain details of
the people we deal with at each agent - sometimes several.
I have a problem in that we cannot create more than one contact for each
agent - otherwise as soon as we enter the first field we get the error msge
"You cannot assign a value to this object".
The master and child fields are the AgentIDs.
I have a one-to-many relationship between AgentID in the tables, and this is
an autonumber and is the primary key, indexed with no duplicates.
Could this be the root of the problem, that creating multiple contacts would
create duplicate AgentIDs?
If so, how can I get around it?
Many thanks
CW
that sits on the bottom of each Agent form so that we can maintain details of
the people we deal with at each agent - sometimes several.
I have a problem in that we cannot create more than one contact for each
agent - otherwise as soon as we enter the first field we get the error msge
"You cannot assign a value to this object".
The master and child fields are the AgentIDs.
I have a one-to-many relationship between AgentID in the tables, and this is
an autonumber and is the primary key, indexed with no duplicates.
Could this be the root of the problem, that creating multiple contacts would
create duplicate AgentIDs?
If so, how can I get around it?
Many thanks
CW