Access with Excel in the front end

  • Thread starter Thread starter Narendra Nath
  • Start date Start date
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
 
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
 
Back
Top