My users are having a little bit of trouble getting used to access and as a result have continued relying on excel. What they wanted me to do is make it so they can use the access database i created but still enter the data in excel.
The only thing I can think of would be creating a link between the two but there would be the problem of redundancy.
Each company has submits a plan to us. If there plan doesn't meet standards they fail and have to submit a second or even a third plan. So each company has the potential to submit multiple plans.
Here is the basics of how it looks in access
TBL: Company
Primary key: CompanyID
Carrier name, company number, address, city, state, zip
TBL: Plan
Primary key: PlanID
Secondary key: CompanyID
Received date, date sent, status, submission number
In excel it is all in one sheet so whenever a company submits more than one plan there is redundancy.
Is there anyway to make this same kind of set up using a link from excel?
THANKS!