Access with Excel in the front end

N

Narendra Nath

Hi

I am looking to use Excel in the front end for entering data and for
generating reports/views with Access in the background. Can any one help with
templates? The objective is to maintain a sales call data base with inputs
from 20 people spread across various locations.

Thanks

Narendra
 
J

Jan T.

Place your db-file at a shared folder so that every 20 people can access
the db file.

Make your Excel template and put some code in it - see this link:
http://www.erlandsendata.no/english/index.php?d=envbadacexportado.
This is code example for adding records to a Access database from Excel
using ADO.
- - - - -
Or even better; Make the solution using Access. Then splitt the database
in Back End (only data, tabels) and Front End (forms, reports, queries aso).

Distribute only a copy of the front end witch shoul be saved
locally on every PC (station C; harddisk). The back end to the shared
folder.
If all users do not have Access installed, let them down load Microsofts
free
run time version. This will allow them to access the db and edit records
from
MS Access.

For the downloadd, see:
http://www.microsoft.com/downloads/...d9-9dc6-4b38-9fa6-2c745a175aed&displaylang=en

Best wishes
Jan Thorstensen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top