New to access...is this possible?

theta

Well-known Member
Joined
Jun 9, 2009
Messages
960
Hi

I am trying to move my excel worksheets onto access as the process has grown somewhat.

I normally have a data sheet containing financial data. I then have an analysis sheet that contains customer numbers, expected target, and then a SUMPRODUCT to the data sheet to summarise the amounts (also used a pivot table to speed things up)

I anticipate it will look like this in access

CALC...CUST1...CUST2...CUST3...COMMITMENT...TOTAL....DIFF..
1......ABC12...HIJ56...JKL78...100,000......90,000...10,000

The 90,000 would be the SUM of TOTAL from the DATA sheet, using CUST 1 + 2 + 3 as the criteria for CUSTOMER. The DIFF column would be a calculated column

Would this be the bet approach for this type of database

Then I can keep all of my data in one place, then define calculation in a seperate database. Several calculations, all different combination of CUST
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Your anticipation of the table structure needs some revision. You need to stop thinking in spreadsheet mode and start to think in Relational Database Mode. You do not use repeating fields in your database. So, NO Cust1, Cust2, Cust3, etc. You need to have ROWS for the customers and there is a lot more to it than you think.

So, I think we need to define what it is you are really looking to do with a database, and then design it properly. Doing it as a spreadsheet in Access will only lead to frustration and irritation as you constantly "band-aid" things to get the data out for reporting purposes.
 
Upvote 0

Forum statistics

Threads
1,224,617
Messages
6,179,915
Members
452,949
Latest member
beartooth91

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