Grabbing data from Excel Order Sheets into Access

ToddK

Board Regular
Joined
Dec 20, 2002
Messages
67
I am considering improving an order process for supplies that our reps currently use.

Right now, they get an Excel worksheet from a Public Folder in our corporate MS-Outlook system, and fill it in to order their "selling supplies".

Problem is, we have no way of keeping track of who is ordering what and how much - even though the system is quite functional for filling orders, there is no history maintained.

I would welcome any general comments on how easy it might be to grab the data from these Excel worksheets and bring them into an Access database...so we can track what people are ordering, etc. I would assume I create a master customer file, and that then import the data - but is there a way to make it easy, or even done in batches?

The Excel sheet is not a simple thing - part numbers and descriptions are in rows, right now the rep enters quantities desired in final cell of rows with description.

Again, any high-level observations about the complexity of the task, or easier approaches, would be welcomed! :)
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Why not eliminate Excel altogether and create a form in Access. The database can be put on the network and have the salesrep enter the data directly.

That way you won't have to import anything.

At least that is what I would do. A form can also do the calculations a spreadsheet does.

But it will take some time to set up the form depending how complex it is.

Parra
 
Upvote 0
An interesting idea, but I haven't the foggiest how I would even begin - I know squat about the architecture of our network, etc.

Does anyone have a solution for me per my original question - Excel worksheets needing to be "parsed" to get data into Access???
 
Upvote 0
OK ToddK

What I would do is first save the worksheet (always keep the original), then I would do a save as and save it as a comma delimited text file. Then import the file to the database.

This is the basic idea, I did not want to describe more unless you are interested. This has worked for me in the past.

Parra
 
Upvote 0
Parra - I appreciate your answer, but it sure seems like an onerous way of doing it...surely, there must be an easier way to do this (i.e. import Excel files into an Access databse) than CSV and importing fields?
 
Upvote 0
The only reason I recommend a text format, is because when I have imported data from an excel spreadsheet, depending on the links and formulas it can take a while to import. A text file imports more quickly.

But it is up to you. So I guess to answer your question, Yes, you can import excel sheets to access.
 
Upvote 0
What I would do is add a sheet to the workbook where the salespeople input the data.

This sheet would be linked to the Input Form sheet. But the data would be next to each other, so Cell reference's A1, B1, c1, d1 etc. That way the data could easily be imported to access from this sheet.

I hope I made sense. It would be hard to import data from the form sheet because the data would be ontop of each other. If it is next to each other it is a nicer format.
 
Upvote 0

Forum statistics

Threads
1,221,497
Messages
6,160,150
Members
451,626
Latest member
sukhman

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