M
mabedin
Hi,
DESCRIPTION
------------------------
I am trying to build a simple CRM solution on Ms Access.
I have a table where I have basic sales leads information such as customer's
name, address, and telephone number (tblContacts). I have made a relationship
with agents table (tblAgents).
tblContacts contains following fields:
ContactID (AutoNumber) AgentID (Number), ContactName (Text), ContactAddress
(Text), ContactTelephone (Text), LeadStatus (Yes/No)
tblAgents contains following fields:
AgentID (AutoNumber), AgentName (Text), AgentAddress (Text), AgentTelephone
(Text)
Supervisor has the authority to change the LeadStatus either make it active
or non-active for calling purposes. Furthermore, only supervisor can assign
the same customer to different agent. Only one agent can be assigned to one
customer.
INFORMATION
-----------------------
tblContacts is getting agents information from tblAgents.
NEED/WANT
--------------------
I need/want to do two things in the design.
1. I need/want to have a lead status (field_name: LeadStatus - YES/NO) If YES,
then lead is active to call. If NO, then lead is not active to call. ******I
have designed and tested this part.*******.
2. I need/want many agents to call one customer so that I can assign the same
lead to more than one agent. ********I can't figure it out how ot design
this part*******.
Please help. I would really appreciate.
Thank you
DESCRIPTION
------------------------
I am trying to build a simple CRM solution on Ms Access.
I have a table where I have basic sales leads information such as customer's
name, address, and telephone number (tblContacts). I have made a relationship
with agents table (tblAgents).
tblContacts contains following fields:
ContactID (AutoNumber) AgentID (Number), ContactName (Text), ContactAddress
(Text), ContactTelephone (Text), LeadStatus (Yes/No)
tblAgents contains following fields:
AgentID (AutoNumber), AgentName (Text), AgentAddress (Text), AgentTelephone
(Text)
Supervisor has the authority to change the LeadStatus either make it active
or non-active for calling purposes. Furthermore, only supervisor can assign
the same customer to different agent. Only one agent can be assigned to one
customer.
INFORMATION
-----------------------
tblContacts is getting agents information from tblAgents.
NEED/WANT
--------------------
I need/want to do two things in the design.
1. I need/want to have a lead status (field_name: LeadStatus - YES/NO) If YES,
then lead is active to call. If NO, then lead is not active to call. ******I
have designed and tested this part.*******.
2. I need/want many agents to call one customer so that I can assign the same
lead to more than one agent. ********I can't figure it out how ot design
this part*******.
Please help. I would really appreciate.
Thank you