A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

how do i set up a database over two computers



 
 
Thread Tools Display Modes
  #1  
Old March 22nd, 2005, 10:19 AM
DAVIDPEOVER
external usenet poster
 
Posts: n/a
Default how do i set up a database over two computers

hi everyone. i currently have a .mdb system built used as a reception system
on one PC and would like to use it over (at least) one more PC so that
multiple users could arrange appointments etc. if anyone could point me in
the right direction it be great. do i need to start again or can i move the
tables i have onto the server and use the .mdb i have as the front end. any
help will be greatly recieved

yours

david
  #2  
Old March 22nd, 2005, 11:13 AM
Nikos Yannacopoulos
external usenet poster
 
Posts: n/a
Default

David,

What you need to do is split the .mdb in a Front End (preferably an
..mde) which holds everything else but the tables, and a Back End which
holds only the tables, and store the back end on the server and a copy
of the front end on each PC's local HDD. Even though it may sound
somewhat scary right now, in fact the whole process is a walk in the
park! Just use Access's built-in splitting wizard:
Tools Database Utilities Database Splitter
in A2K, probably the same or something similar in later versions; not
sure if it exists in A97 if you're still there.
Two things to note: (a) before you do anything, make a backup copy
justin case, and (b) be prrepared with regard to the network folder in
which you will store the back end; while you can always move the BE
later, storing it in its final position during the splitting will save
you the trouble of having to re-link the tables in the front end.

HTH,
Nikos

DAVIDPEOVER wrote:
hi everyone. i currently have a .mdb system built used as a reception system
on one PC and would like to use it over (at least) one more PC so that
multiple users could arrange appointments etc. if anyone could point me in
the right direction it be great. do i need to start again or can i move the
tables i have onto the server and use the .mdb i have as the front end. any
help will be greatly recieved

yours

david

  #3  
Old March 22nd, 2005, 01:11 PM
DAVIDPEOVER
external usenet poster
 
Posts: n/a
Default

that great thanks. once ive done this will i be able to have two users using
the application to enter data without over writing each other? or do i need
to add locks to the forms.

"Nikos Yannacopoulos" wrote:

David,

What you need to do is split the .mdb in a Front End (preferably an
..mde) which holds everything else but the tables, and a Back End which
holds only the tables, and store the back end on the server and a copy
of the front end on each PC's local HDD. Even though it may sound
somewhat scary right now, in fact the whole process is a walk in the
park! Just use Access's built-in splitting wizard:
Tools Database Utilities Database Splitter
in A2K, probably the same or something similar in later versions; not
sure if it exists in A97 if you're still there.
Two things to note: (a) before you do anything, make a backup copy
justin case, and (b) be prrepared with regard to the network folder in
which you will store the back end; while you can always move the BE
later, storing it in its final position during the splitting will save
you the trouble of having to re-link the tables in the front end.

HTH,
Nikos

DAVIDPEOVER wrote:
hi everyone. i currently have a .mdb system built used as a reception system
on one PC and would like to use it over (at least) one more PC so that
multiple users could arrange appointments etc. if anyone could point me in
the right direction it be great. do i need to start again or can i move the
tables i have onto the server and use the .mdb i have as the front end. any
help will be greatly recieved

yours

david


  #4  
Old March 22nd, 2005, 01:59 PM
Nikos Yannacopoulos
external usenet poster
 
Posts: n/a
Default

David,

You will be able to hve many more than 2 users simultaneously, no
problem. You won't need to worry about locks, just leave Access's
defaults as they are; they will allow several users to work on the same
table (through forms), adding or editing records, they just won't be
able to edit the same record simultaneously; if they try, Access simply
won't allow the second one (recod level locking).

Nikos

DAVIDPEOVER wrote:
that great thanks. once ive done this will i be able to have two users using
the application to enter data without over writing each other? or do i need
to add locks to the forms.

"Nikos Yannacopoulos" wrote:


David,

What you need to do is split the .mdb in a Front End (preferably an
..mde) which holds everything else but the tables, and a Back End which
holds only the tables, and store the back end on the server and a copy
of the front end on each PC's local HDD. Even though it may sound
somewhat scary right now, in fact the whole process is a walk in the
park! Just use Access's built-in splitting wizard:
Tools Database Utilities Database Splitter
in A2K, probably the same or something similar in later versions; not
sure if it exists in A97 if you're still there.
Two things to note: (a) before you do anything, make a backup copy
justin case, and (b) be prrepared with regard to the network folder in
which you will store the back end; while you can always move the BE
later, storing it in its final position during the splitting will save
you the trouble of having to re-link the tables in the front end.

HTH,
Nikos

DAVIDPEOVER wrote:

hi everyone. i currently have a .mdb system built used as a reception system
on one PC and would like to use it over (at least) one more PC so that
multiple users could arrange appointments etc. if anyone could point me in
the right direction it be great. do i need to start again or can i move the
tables i have onto the server and use the .mdb i have as the front end. any
help will be greatly recieved

yours

david


  #5  
Old March 22nd, 2005, 04:41 PM
DAVIDPEOVER
external usenet poster
 
Posts: n/a
Default

that great thanks for your help hope to have new system up and running soon

"Nikos Yannacopoulos" wrote:

David,

You will be able to hve many more than 2 users simultaneously, no
problem. You won't need to worry about locks, just leave Access's
defaults as they are; they will allow several users to work on the same
table (through forms), adding or editing records, they just won't be
able to edit the same record simultaneously; if they try, Access simply
won't allow the second one (recod level locking).

Nikos

DAVIDPEOVER wrote:
that great thanks. once ive done this will i be able to have two users using
the application to enter data without over writing each other? or do i need
to add locks to the forms.

"Nikos Yannacopoulos" wrote:


David,

What you need to do is split the .mdb in a Front End (preferably an
..mde) which holds everything else but the tables, and a Back End which
holds only the tables, and store the back end on the server and a copy
of the front end on each PC's local HDD. Even though it may sound
somewhat scary right now, in fact the whole process is a walk in the
park! Just use Access's built-in splitting wizard:
Tools Database Utilities Database Splitter
in A2K, probably the same or something similar in later versions; not
sure if it exists in A97 if you're still there.
Two things to note: (a) before you do anything, make a backup copy
justin case, and (b) be prrepared with regard to the network folder in
which you will store the back end; while you can always move the BE
later, storing it in its final position during the splitting will save
you the trouble of having to re-link the tables in the front end.

HTH,
Nikos

DAVIDPEOVER wrote:

hi everyone. i currently have a .mdb system built used as a reception system
on one PC and would like to use it over (at least) one more PC so that
multiple users could arrange appointments etc. if anyone could point me in
the right direction it be great. do i need to start again or can i move the
tables i have onto the server and use the .mdb i have as the front end. any
help will be greatly recieved

yours

david


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Database connectivity?How many users can connect at once Emmanuel General Discussion 9 January 5th, 2005 01:07 AM
Archiving A Database PC User General Discussion 2 November 2nd, 2004 11:16 PM
Images in a database Franz General Discussion 10 October 7th, 2004 09:35 AM
Problem With database on other computers Kerman SPI Using Forms 4 August 13th, 2004 07:24 PM
Mutliple Tables lookup? Westley Database Design 4 June 15th, 2004 01:07 AM


All times are GMT +1. The time now is 12:30 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.