Using Access as a Back End to Enhance Multiuser Access to Data - Creating a Shared Access Database

excelKfan

New Member
Joined
Jun 25, 2012
Messages
2
Hi,
I am using Excel as a front-end with Access as a back end. Data is keyed into Excel workbook via userforms, and exported to Access i.e. using adding records to database with ADO connection. Similarly, the controls within the userforms are populated via retrieving records from the Access Database. I incorporated mapped networkdrive ( for path ) in the VBA code. Access serves only as a central depository for the datasets, while Excel is doing most of the computing/processing.

It is working fairly well within a local area network environment. Multiusers can work off the shared Access Database. Very similar to the scenario painted in Chapter 21 of VBA and Macros: MS Excel 2010 by Bill Jelen and Tracy Syrstad.

Now I need to site the Shared Access Database onto a SharePoint platform and like to retain the Access as the shared DB and using the same scripting approach to add / retrieve records to/from the database table. SQL statements will be important.

What are the steps I need to take including the additional VBA codes to make it work?

Thank you in advance for your kind help.

EDIT [Moderator]: Cross-posted in the Excel Forum
http://www.mrexcel.com/forum/showth...-Shared-Access-Database&p=3195172#post3195172
 
Last edited by a moderator:

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!

Forum statistics

Threads
1,214,908
Messages
6,122,187
Members
449,072
Latest member
DW Draft

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