473,382 Members | 1,583 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Access Distribution in Multi user environment

Hi guys,

Im new to this forum so any help you guys can give me will be really appreciated.

I have a project due where i have kind of bitten of more than i can chew in terms of the time scale im looking at.

What i need to do is make a time and attendance database with the following sort of spec:

Web hosted access database

Seperate MDE file (think thats right!) comprising of just a switchboard that can be put on a cd, opened and will connect the user to the database for editing records etc.


I have some VBA knowledge but have lost touch over the years and have always struggled with recordset commands and the like.

If this is just impossible then tell me!

If not, any help is really appreciated.

Thanks Guys
Feb 19 '07 #1
3 1916
MMcCarthy
14,534 Expert Mod 8TB

Web hosted access database
Although this is achievable it isn't really practical to design a web frontend in Access. The recommended solutions is to design the web interface in something like Javascript, ASP, PHP, etc. and connect it to the Access database with OLEDB, ADODB or similar connection.

Seperate MDE file (think thats right!) comprising of just a switchboard that can be put on a cd, opened and will connect the user to the database for editing records etc.
The term mde refers to an executable (uneditable) version of the Access database. This would involve creating a frontend/backend database separation. You would need the backend for the previous part of the solution in any case. The backend would consist solely of your tables of data.

The front end would be your user interface (forms, reports, etc.) and would be connected to the backend by linking to the tables. The frontend is what is used to form the mde (always back up the mdb first as the mde cannot be edited, ever). However this can only be used on machines with a network connection to the backend data tables.

Mary
Feb 19 '07 #2
Hi

Thanks for your reply

If i was to host an access database on a server and then have a switchboard connect to this, would it make it more practical?

Basically, i need to be able to hand in a cd that can contains an interface and can connect remotely to a database but the way of doing it isnt defined.

Thanks again
Feb 21 '07 #3
MMcCarthy
14,534 Expert Mod 8TB
You can have a backend/frontend database which is standard in a multi user environment. The backend sits on a common server and the frontend can either sit on the server or can be copied to individual hard drives. However, more than the switchboard sits on the front end. In fact the only thing in the backend is the tables which are then linked to the frontend.

Mary
Feb 21 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

14
by: Sean C. | last post by:
Helpful folks, Most of my previous experience with DB2 was on s390 mainframe systems and the optimizer on this platform always seemed very predictable and consistent. Since moving to a WinNT/UDB...
16
by: Rob Geraghty | last post by:
I've just spent some time looking through FAQ sites and searching the google archives of this newsgroup, but I still haven't been able to find a clear explanation of an issue with multi-user...
5
by: premmehrotra | last post by:
I currently have a multi-user access database which is put on a shared drive L: on a Windows Servers. Entire database is one file premdb.mdb. Users access this database from their laptops....
39
by: Marcin Zmyslowski | last post by:
Hello all! I have the following problem with MS Access 2003 permissions. I have two users. One is admin and the second one is user who has full permissions to enter modify and read data. I...
52
by: Neil | last post by:
We are running an Access 2000 MDB with a SQL 7 back end. Our network guy is upgrading to Windows Server 2003 and wants to upgrade Office and SQL Server at the same time. We're moving to SQL Server...
4
by: dorpnospam | last post by:
We have an old but very critical application that was written in VB 6 against Access 95 dbs. We need to ditch this decrepit old unstable db platform but we are trying to determine the best...
8
by: vbDavidC | last post by:
I am wondering if I should use MS Access or SQL server as my database. I have a little experience programming an Access DB with VB6 (DAO/ADO). I am now starting over with VB2005 and will be doing...
27
by: SQL Learner | last post by:
Hi all, I have an Access db with two large tables - 3,100,000 (tblA) and 7,000 (tblB) records. I created a select query using Inner Join by partial matching two fields (X from tblA and Y from...
13
yolenman
by: yolenman | last post by:
Hello - This is my first posting to this group, so please bear with me. Also note, that while I'm intelligent, databases are not in my field of knowledge. I'm working with a small limousine...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.