Solution Advice

mouse88

Board Regular
Joined
May 24, 2011
Messages
148
I am trying to come up with a solution for a project in work.

I started looking at excel but access may be a better option.

Basically I need managers to be able to add records to either a database table or spreadsheet table on staff activity.

Easily done in Access just set up a table and a data entry form and job done.

The problem I have is there is other data that comes from an excel spreadsheet exported from our telephone software. I would need to get this data in to the access table and link it up with the existing records.

Can anyone offer any advice?
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
You can link or import Excel files to Access tables. One advantage to linking it is if you make any changes to your Excel table, it will be automatically reflected in that linked table in Excel without having to do anything special (like re-importing the data).

The important thing is to have common fields between your different tables, so they can be easily linked.

If you do decide to go the Access route, the important thing is create a good database design so that it allows you to do what you want easily. Understanding the concepts of relational database and normalization are key.
 
Upvote 0
Right ok so my access table and excell table, would they need to have a primary key to link them up?
 
Upvote 0
Yes. As Joe said in his thread

The important thing is to have common fields between your different tables, so they can be easily linked.
Alan
 
Upvote 0

Forum statistics

Threads
1,224,606
Messages
6,179,866
Members
452,948
Latest member
UsmanAli786

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top