473,507 Members | 6,295 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Db with FE and BE on client and server pc resply.

I am a creating a database(db) with tables, forms, reports and queries
in it.
I used the Database splitter to split the database, it created a
backend
database with just the tables in it and I am happy about it.
But the front end db contains all of tables and forms, reports and
queries, which ofcourse I am not happy about. I want the front end to
contain everything except for tables in it. Is it possible to do this
?
Also can i have the Front end db on client pc and Back end db on
server ?
If yes, how can i connect the various controls on forms to the
repsective table fields.
Please anybody's help will be highly appreciated in this regard. I am
brand new
to access programming.
Please help me.
Thanks in advance.

Regards
Anita
Nov 13 '05 #1
5 1233
Hi Anita,

The database splitter has done its job correctly. If you have a look at the
tables in the front end you'll notice that the tables also have a black
arrow which signifies that they are "Linked" tables. Try opening up these
linked tables in design view and look at the message that appears. If the
front end didn't have linked tables, the forms, queries and reports wouldn't
have any recordsources to work with.

The whole idea of having a split database is to have a single source for the
data (back end) where the best to place it is on the server and to place a
copy of the front end on each PC that will be using the database. After you
place the back end on the server you need to relink the front end tables so
they know where to look for the correct tables. In the front end go to Tools
on the menu, select Database Utilities and click linked table manager. Click
"Select All" and tick "Always prompt for a new location" and then click OK.
Search for the back end and then click Open. When the relinking has finished
you can then make copies of the front end to place on each PC.

Connecting the controls on the forms to the linked table fields are the same
as standard table fields. If you are a novice in developing in Access,
create your forms using the wizards and select your linked tables as the
record source. Then go into the form's design view and modify the design to
your liking.

Jeff
"anita" <ta*******@yahoo.com> wrote in message
news:6e**************************@posting.google.c om...
I am a creating a database(db) with tables, forms, reports and queries
in it.
I used the Database splitter to split the database, it created a
backend
database with just the tables in it and I am happy about it.
But the front end db contains all of tables and forms, reports and
queries, which ofcourse I am not happy about. I want the front end to
contain everything except for tables in it. Is it possible to do this
?
Also can i have the Front end db on client pc and Back end db on
server ?
If yes, how can i connect the various controls on forms to the
repsective table fields.
Please anybody's help will be highly appreciated in this regard. I am
brand new
to access programming.
Please help me.
Thanks in advance.

Regards
Anita

Nov 13 '05 #2
A good single-user application, just split, doesn't often make a good
multiuser application. There are some different considerations.

So, to take it on from here, there's an introductory presentation on Access
in a Multiuser Environment that I did for my user group that you can
download from http://appdevissues.tripod.com. It will identify topics that I
thought worthwhile to discuss, and a bit more. The best collection of
detailed information and links on the subject of Access in the multiuser
environment is at MVP Tony Toews' site,
http://www.granite.ab.ca/accsmstr.htm.

Best of luck on your project.

Larry Linson
Microsoft Access MVP
Nov 13 '05 #3
Hi Jeff

Thanks for your wonderful help. It worked.

Anita

"Jeff Smith" <No***@Not.This.Address> wrote in message news:<cj**********@lust.ihug.co.nz>...
Hi Anita,

The database splitter has done its job correctly. If you have a look at the
tables in the front end you'll notice that the tables also have a black
arrow which signifies that they are "Linked" tables. Try opening up these
linked tables in design view and look at the message that appears. If the
front end didn't have linked tables, the forms, queries and reports wouldn't
have any recordsources to work with.

The whole idea of having a split database is to have a single source for the
data (back end) where the best to place it is on the server and to place a
copy of the front end on each PC that will be using the database. After you
place the back end on the server you need to relink the front end tables so
they know where to look for the correct tables. In the front end go to Tools
on the menu, select Database Utilities and click linked table manager. Click
"Select All" and tick "Always prompt for a new location" and then click OK.
Search for the back end and then click Open. When the relinking has finished
you can then make copies of the front end to place on each PC.

Connecting the controls on the forms to the linked table fields are the same
as standard table fields. If you are a novice in developing in Access,
create your forms using the wizards and select your linked tables as the
record source. Then go into the form's design view and modify the design to
your liking.

Jeff
"anita" <ta*******@yahoo.com> wrote in message
news:6e**************************@posting.google.c om...
I am a creating a database(db) with tables, forms, reports and queries
in it.
I used the Database splitter to split the database, it created a
backend
database with just the tables in it and I am happy about it.
But the front end db contains all of tables and forms, reports and
queries, which ofcourse I am not happy about. I want the front end to
contain everything except for tables in it. Is it possible to do this
?
Also can i have the Front end db on client pc and Back end db on
server ?
If yes, how can i connect the various controls on forms to the
repsective table fields.
Please anybody's help will be highly appreciated in this regard. I am
brand new
to access programming.
Please help me.
Thanks in advance.

Regards
Anita

Nov 13 '05 #4
Hello Larry

Your tips were very useful for me.
The links are wonderful. Thank you so much. I really appreciate your help.

Anita
"Larry Linson" <bo*****@localhost.not> wrote in message news:<IMm6d.8230$Mf.3186@trnddc05>...
A good single-user application, just split, doesn't often make a good
multiuser application. There are some different considerations.

So, to take it on from here, there's an introductory presentation on Access
in a Multiuser Environment that I did for my user group that you can
download from http://appdevissues.tripod.com. It will identify topics that I
thought worthwhile to discuss, and a bit more. The best collection of
detailed information and links on the subject of Access in the multiuser
environment is at MVP Tony Toews' site,
http://www.granite.ab.ca/accsmstr.htm.

Best of luck on your project.

Larry Linson
Microsoft Access MVP

Nov 13 '05 #5
"anita" wrote in message
... Thank you so much. . . .


You are most welcome. I'm glad I could be of help.

Larry Linson
Microsoft Access MVP
Nov 13 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
2543
by: Matt | last post by:
I think this is the basic concept in ASP server-side development. My boss told me web application is NOT client-server application. I argued with him because browser is the client, and the server...
15
4449
by: Michael Rybak | last post by:
hi, everyone. I'm writing a 2-players game that should support network mode. I'm now testing it on 1 PC since I don't have 2. I directly use sockets, and both client and server do...
18
7342
by: cjl | last post by:
Hey all: I know that it is silly in the age of Google to 'lose' something on the internet, but I recently checked out a project that had implemented a database with a subset of SQL in pure...
6
3704
by: Ken Allen | last post by:
I am relatively new to .Net and C#, but I hav ebeen programing in other languages and done some COM work for a number of years. I am attempting to understand how to map an older program...
4
6707
by: rs | last post by:
how I the client tell the server that the socket is closed? or this there an even that informs the server that the clients socket is close? Oh, I am using vb.net 2003 Thanks
10
2015
by: Ben | last post by:
Hi, I made an application in classic asp (reservation of books and video stuffs for students) and want to migrate to asp.net. The user has to chose a date, then pushung on a submit button. The...
5
3428
by: Yossarian | last post by:
I have a handheld running CE .NET 4.2 and I am using c# with framework 1.1 to develop a solution for syncing data that is on the handheld with the local pc. Our handheld cradles only support...
2
7500
by: Frank Swarbrick | last post by:
I am trying to understand "client authentication" works. My environment is DB2/UDB LUW 8.2 on zSeries SLES9 as the database server and DB2 for VSE 7.4 as the client. We currently have DB2/LUW set...
2
4083
by: nsaffary | last post by:
hi I hava a client/server program that run correctly when i run it in one computer(local) but when I run client on a one computer and run server run on another, connection does not stablish.(I set...
0
7220
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7105
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
7023
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5617
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5037
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3178
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1534
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
757
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
410
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.