English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

website. I would like to make it into a program. Any ideas please

2007-10-31 10:46:10 · 2 answers · asked by Anonymous in Computers & Internet Programming & Design

I do not want for them to be able to access to database from the web but to be able to either send them the database files or download them from a webpage

2007-10-31 10:55:08 · update #1

I am confused. Each rep needs their own empty database/records card so the can input details. The database dos not need to be on a server or website jst a program they can have on their desktops to put info into. I have tried this on excel but they need to be able to scroll through individual records

2007-10-31 12:17:11 · update #2

2 answers

I think your missing the point of a database. You'd be better off creating a text file or an Excel sheet for the reps to download, because an Access Database is overkill. Having multiple copies of a database, where each rep has there own version of the database, is a maintenance nightmare. Your going to have data consistency issues.

What you need to do is create one single database that your reps can access on your server. You can allow the users to update the database with SQL or you should create a program, or website, where the reps would interact with a GUI and manipulate the database through your custom program.

But if you still want to let the user download a file like you wish, just dump the database contents to an Excel file. Let the users manipulate the Excel file.

2007-10-31 12:05:12 · answer #1 · answered by thethirdheat 3 · 0 0

You will need to create a frontend for your website to access the MDB, this can get a bit complicated, you will need a hosting company that supports Access first.

2007-10-31 17:52:33 · answer #2 · answered by Cupcake 7 · 0 0

fedest.com, questions and answers