Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > MS Office > Access

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-12-2008, 04:06 PM
=?Utf-8?B?SnVkaTw+PA==?=
 
Posts: n/a
Different Offices - One Database

Good morning/afternoon (depending on where you are...)

I have a question about the best way to move ahead with a tricky situation.

I have a database which is used to track quotes coming into the company I
work for. We have estimators in 3 locations. Most of the estimators are in my
local office, but there are 2 small offices in other states.

My boss wants me to help those other offices to be able to input into our
database. The database is on a shared drive which everyone can access, but
it's very slow for the other 2 offices.

My question is what is the best way to have them use the database? I have
done a bit of research and see that splitting or replication seem to be a
couple of possibilities. My boss seems to think that having them fill in
information on an excel spreadsheet and then importing the spreadsheet would
be the best way to go. I have tried this and can not get the information to
append to the main database.

I need to run reports that include all offices. I want all 3 office's
information to go into one table.

If you can help me, please do, I'm still new at this and need you to talk
slowly. I know almost nothing about VBA, SQL, mdb, or anything else that may
be abbreviated, so if that stuff is necessary, please be patient with me and
explain everything like you were talking to a child.

Thank you so much for any and all advice you can give me.

Judi <><
Reply With Quote
  #2 (permalink)  
Old 08-12-2008, 05:04 PM
=?Utf-8?B?R29sZmlucmF5?=
 
Posts: n/a
RE: Different Offices - One Database

You need to split the database. You split it into a Front End (FE) and Back
End (BE.)
The BE is on the network drive and cotains all the tables. The FE is loaded
on each user's computer in their "My Documents" folder and you put a shortcut
to it on their desktop. The file on the server has to give users
read/write/edit/and delete privileges AND so does the folder the file resides
in. The best explainations for splitting: Joan Wild has a good explaination
at jmwild.com and google Albert Kallal, his site also has a good
explaination. Backup your database first and jump in. It is really not hard,
just follow the instructions step by step.

"Judi<><" wrote:

> Good morning/afternoon (depending on where you are...)
>
> I have a question about the best way to move ahead with a tricky situation.
>
> I have a database which is used to track quotes coming into the company I
> work for. We have estimators in 3 locations. Most of the estimators are in my
> local office, but there are 2 small offices in other states.
>
> My boss wants me to help those other offices to be able to input into our
> database. The database is on a shared drive which everyone can access, but
> it's very slow for the other 2 offices.
>
> My question is what is the best way to have them use the database? I have
> done a bit of research and see that splitting or replication seem to be a
> couple of possibilities. My boss seems to think that having them fill in
> information on an excel spreadsheet and then importing the spreadsheet would
> be the best way to go. I have tried this and can not get the information to
> append to the main database.
>
> I need to run reports that include all offices. I want all 3 office's
> information to go into one table.
>
> If you can help me, please do, I'm still new at this and need you to talk
> slowly. I know almost nothing about VBA, SQL, mdb, or anything else that may
> be abbreviated, so if that stuff is necessary, please be patient with me and
> explain everything like you were talking to a child.
>
> Thank you so much for any and all advice you can give me.
>
> Judi <><

Reply With Quote
  #3 (permalink)  
Old 08-12-2008, 05:17 PM
=?Utf-8?B?SnVkaTw+PA==?=
 
Posts: n/a
RE: Different Offices - One Database

Will splitting the database make it faster in the other offices? They need to
have it as close to real-time as possible. If they have to sit and wait for
something to update, they're not going to do it. As far as I know, they will
not be running any of the reports, but they will have some queries running
for the forms they use.

Thanks for the help,

Judi <><

"Golfinray" wrote:

> You need to split the database. You split it into a Front End (FE) and Back
> End (BE.)
> The BE is on the network drive and cotains all the tables. The FE is loaded
> on each user's computer in their "My Documents" folder and you put a shortcut
> to it on their desktop. The file on the server has to give users
> read/write/edit/and delete privileges AND so does the folder the file resides
> in. The best explainations for splitting: Joan Wild has a good explaination
> at jmwild.com and google Albert Kallal, his site also has a good
> explaination. Backup your database first and jump in. It is really not hard,
> just follow the instructions step by step.
>
> "Judi<><" wrote:
>
> > Good morning/afternoon (depending on where you are...)
> >
> > I have a question about the best way to move ahead with a tricky situation.
> >
> > I have a database which is used to track quotes coming into the company I
> > work for. We have estimators in 3 locations. Most of the estimators are in my
> > local office, but there are 2 small offices in other states.
> >
> > My boss wants me to help those other offices to be able to input into our
> > database. The database is on a shared drive which everyone can access, but
> > it's very slow for the other 2 offices.
> >
> > My question is what is the best way to have them use the database? I have
> > done a bit of research and see that splitting or replication seem to be a
> > couple of possibilities. My boss seems to think that having them fill in
> > information on an excel spreadsheet and then importing the spreadsheet would
> > be the best way to go. I have tried this and can not get the information to
> > append to the main database.
> >
> > I need to run reports that include all offices. I want all 3 office's
> > information to go into one table.
> >
> > If you can help me, please do, I'm still new at this and need you to talk
> > slowly. I know almost nothing about VBA, SQL, mdb, or anything else that may
> > be abbreviated, so if that stuff is necessary, please be patient with me and
> > explain everything like you were talking to a child.
> >
> > Thank you so much for any and all advice you can give me.
> >
> > Judi <><

Reply With Quote
  #4 (permalink)  
Old 08-12-2008, 05:27 PM
=?Utf-8?B?SmFl?=
 
Posts: n/a
RE: Different Offices - One Database

Splitting the db is a good idea, but the question that should be addressed
first for your problem is whether your 2 non-local offices are using same
network or servers. If so, this will be a walk in a breez. If not, we have to
look into other options such as migrating your BE to the MS Sql.

"Judi<><" wrote:

> Will splitting the database make it faster in the other offices? They need to
> have it as close to real-time as possible. If they have to sit and wait for
> something to update, they're not going to do it. As far as I know, they will
> not be running any of the reports, but they will have some queries running
> for the forms they use.
>
> Thanks for the help,
>
> Judi <><
>
> "Golfinray" wrote:
>
> > You need to split the database. You split it into a Front End (FE) and Back
> > End (BE.)
> > The BE is on the network drive and cotains all the tables. The FE is loaded
> > on each user's computer in their "My Documents" folder and you put a shortcut
> > to it on their desktop. The file on the server has to give users
> > read/write/edit/and delete privileges AND so does the folder the file resides
> > in. The best explainations for splitting: Joan Wild has a good explaination
> > at jmwild.com and google Albert Kallal, his site also has a good
> > explaination. Backup your database first and jump in. It is really not hard,
> > just follow the instructions step by step.
> >
> > "Judi<><" wrote:
> >
> > > Good morning/afternoon (depending on where you are...)
> > >
> > > I have a question about the best way to move ahead with a tricky situation.
> > >
> > > I have a database which is used to track quotes coming into the company I
> > > work for. We have estimators in 3 locations. Most of the estimators are in my
> > > local office, but there are 2 small offices in other states.
> > >
> > > My boss wants me to help those other offices to be able to input into our
> > > database. The database is on a shared drive which everyone can access, but
> > > it's very slow for the other 2 offices.
> > >
> > > My question is what is the best way to have them use the database? I have
> > > done a bit of research and see that splitting or replication seem to be a
> > > couple of possibilities. My boss seems to think that having them fill in
> > > information on an excel spreadsheet and then importing the spreadsheet would
> > > be the best way to go. I have tried this and can not get the information to
> > > append to the main database.
> > >
> > > I need to run reports that include all offices. I want all 3 office's
> > > information to go into one table.
> > >
> > > If you can help me, please do, I'm still new at this and need you to talk
> > > slowly. I know almost nothing about VBA, SQL, mdb, or anything else that may
> > > be abbreviated, so if that stuff is necessary, please be patient with me and
> > > explain everything like you were talking to a child.
> > >
> > > Thank you so much for any and all advice you can give me.
> > >
> > > Judi <><

Reply With Quote
  #5 (permalink)  
Old 08-12-2008, 05:34 PM
=?Utf-8?B?SnVkaTw+PA==?=
 
Posts: n/a
RE: Different Offices - One Database

How do I find that out? Is it something I need to talk to IT about? I'm not
completely computer illiterate, but I have never worked with a network
before, only single computers...

Judi <><

"Jae" wrote:

> Splitting the db is a good idea, but the question that should be addressed
> first for your problem is whether your 2 non-local offices are using same
> network or servers. If so, this will be a walk in a breez. If not, we have to
> look into other options such as migrating your BE to the MS Sql.
>
> "Judi<><" wrote:
>
> > Will splitting the database make it faster in the other offices? They need to
> > have it as close to real-time as possible. If they have to sit and wait for
> > something to update, they're not going to do it. As far as I know, they will
> > not be running any of the reports, but they will have some queries running
> > for the forms they use.
> >
> > Thanks for the help,
> >
> > Judi <><
> >
> > "Golfinray" wrote:
> >
> > > You need to split the database. You split it into a Front End (FE) and Back
> > > End (BE.)
> > > The BE is on the network drive and cotains all the tables. The FE is loaded
> > > on each user's computer in their "My Documents" folder and you put a shortcut
> > > to it on their desktop. The file on the server has to give users
> > > read/write/edit/and delete privileges AND so does the folder the file resides
> > > in. The best explainations for splitting: Joan Wild has a good explaination
> > > at jmwild.com and google Albert Kallal, his site also has a good
> > > explaination. Backup your database first and jump in. It is really not hard,
> > > just follow the instructions step by step.
> > >
> > > "Judi<><" wrote:
> > >
> > > > Good morning/afternoon (depending on where you are...)
> > > >
> > > > I have a question about the best way to move ahead with a tricky situation.
> > > >
> > > > I have a database which is used to track quotes coming into the company I
> > > > work for. We have estimators in 3 locations. Most of the estimators are in my
> > > > local office, but there are 2 small offices in other states.
> > > >
> > > > My boss wants me to help those other offices to be able to input into our
> > > > database. The database is on a shared drive which everyone can access, but
> > > > it's very slow for the other 2 offices.
> > > >
> > > > My question is what is the best way to have them use the database? I have
> > > > done a bit of research and see that splitting or replication seem to be a
> > > > couple of possibilities. My boss seems to think that having them fill in
> > > > information on an excel spreadsheet and then importing the spreadsheet would
> > > > be the best way to go. I have tried this and can not get the information to
> > > > append to the main database.
> > > >
> > > > I need to run reports that include all offices. I want all 3 office's
> > > > information to go into one table.
> > > >
> > > > If you can help me, please do, I'm still new at this and need you to talk
> > > > slowly. I know almost nothing about VBA, SQL, mdb, or anything else that may
> > > > be abbreviated, so if that stuff is necessary, please be patient with me and
> > > > explain everything like you were talking to a child.
> > > >
> > > > Thank you so much for any and all advice you can give me.
> > > >
> > > > Judi <><

Reply With Quote
  #6 (permalink)  
Old 08-12-2008, 05:37 PM
=?Utf-8?B?SmFl?=
 
Posts: n/a
RE: Different Offices - One Database

I guess the easiest way would be to ask your IT ppl.

"Judi<><" wrote:

> How do I find that out? Is it something I need to talk to IT about? I'm not
> completely computer illiterate, but I have never worked with a network
> before, only single computers...
>
> Judi <><
>
> "Jae" wrote:
>
> > Splitting the db is a good idea, but the question that should be addressed
> > first for your problem is whether your 2 non-local offices are using same
> > network or servers. If so, this will be a walk in a breez. If not, we have to
> > look into other options such as migrating your BE to the MS Sql.
> >
> > "Judi<><" wrote:
> >
> > > Will splitting the database make it faster in the other offices? They need to
> > > have it as close to real-time as possible. If they have to sit and wait for
> > > something to update, they're not going to do it. As far as I know, they will
> > > not be running any of the reports, but they will have some queries running
> > > for the forms they use.
> > >
> > > Thanks for the help,
> > >
> > > Judi <><
> > >
> > > "Golfinray" wrote:
> > >
> > > > You need to split the database. You split it into a Front End (FE) and Back
> > > > End (BE.)
> > > > The BE is on the network drive and cotains all the tables. The FE is loaded
> > > > on each user's computer in their "My Documents" folder and you put a shortcut
> > > > to it on their desktop. The file on the server has to give users
> > > > read/write/edit/and delete privileges AND so does the folder the file resides
> > > > in. The best explainations for splitting: Joan Wild has a good explaination
> > > > at jmwild.com and google Albert Kallal, his site also has a good
> > > > explaination. Backup your database first and jump in. It is really not hard,
> > > > just follow the instructions step by step.
> > > >
> > > > "Judi<><" wrote:
> > > >
> > > > > Good morning/afternoon (depending on where you are...)
> > > > >
> > > > > I have a question about the best way to move ahead with a tricky situation.
> > > > >
> > > > > I have a database which is used to track quotes coming into the company I
> > > > > work for. We have estimators in 3 locations. Most of the estimators are in my
> > > > > local office, but there are 2 small offices in other states.
> > > > >
> > > > > My boss wants me to help those other offices to be able to input into our
> > > > > database. The database is on a shared drive which everyone can access, but
> > > > > it's very slow for the other 2 offices.
> > > > >
> > > > > My question is what is the best way to have them use the database? I have
> > > > > done a bit of research and see that splitting or replication seem to be a
> > > > > couple of possibilities. My boss seems to think that having them fill in
> > > > > information on an excel spreadsheet and then importing the spreadsheet would
> > > > > be the best way to go. I have tried this and can not get the information to
> > > > > append to the main database.
> > > > >
> > > > > I need to run reports that include all offices. I want all 3 office's
> > > > > information to go into one table.
> > > > >
> > > > > If you can help me, please do, I'm still new at this and need you to talk
> > > > > slowly. I know almost nothing about VBA, SQL, mdb, or anything else that may
> > > > > be abbreviated, so if that stuff is necessary, please be patient with me and
> > > > > explain everything like you were talking to a child.
> > > > >
> > > > > Thank you so much for any and all advice you can give me.
> > > > >
> > > > > Judi <><

Reply With Quote
  #7 (permalink)  
Old 08-12-2008, 05:54 PM
=?Utf-8?B?SnVkaTw+PA==?=
 
Posts: n/a
RE: Different Offices - One Database

It's called a "Network Drive" is that what we need to know, or do I need more
information than that? I'm sorry to be so dim on this matter. I tried to
figure this out by myself, but didn't get very far on my own, and that's why
I'm here...

Thank you again for your help.

Judi <><

"Jae" wrote:

> I guess the easiest way would be to ask your IT ppl.
>
> "Judi<><" wrote:
>
> > How do I find that out? Is it something I need to talk to IT about? I'm not
> > completely computer illiterate, but I have never worked with a network
> > before, only single computers...
> >
> > Judi <><
> >
> > "Jae" wrote:
> >
> > > Splitting the db is a good idea, but the question that should be addressed
> > > first for your problem is whether your 2 non-local offices are using same
> > > network or servers. If so, this will be a walk in a breez. If not, we have to
> > > look into other options such as migrating your BE to the MS Sql.
> > >
> > > "Judi<><" wrote:
> > >
> > > > Will splitting the database make it faster in the other offices? They need to
> > > > have it as close to real-time as possible. If they have to sit and wait for
> > > > something to update, they're not going to do it. As far as I know, they will
> > > > not be running any of the reports, but they will have some queries running
> > > > for the forms they use.
> > > >
> > > > Thanks for the help,
> > > >
> > > > Judi <><
> > > >
> > > > "Golfinray" wrote:
> > > >
> > > > > You need to split the database. You split it into a Front End (FE) and Back
> > > > > End (BE.)
> > > > > The BE is on the network drive and cotains all the tables. The FE is loaded
> > > > > on each user's computer in their "My Documents" folder and you put a shortcut
> > > > > to it on their desktop. The file on the server has to give users
> > > > > read/write/edit/and delete privileges AND so does the folder the file resides
> > > > > in. The best explainations for splitting: Joan Wild has a good explaination
> > > > > at jmwild.com and google Albert Kallal, his site also has a good
> > > > > explaination. Backup your database first and jump in. It is really not hard,
> > > > > just follow the instructions step by step.
> > > > >
> > > > > "Judi<><" wrote:
> > > > >
> > > > > > Good morning/afternoon (depending on where you are...)
> > > > > >
> > > > > > I have a question about the best way to move ahead with a tricky situation.
> > > > > >
> > > > > > I have a database which is used to track quotes coming into the company I
> > > > > > work for. We have estimators in 3 locations. Most of the estimators are in my
> > > > > > local office, but there are 2 small offices in other states.
> > > > > >
> > > > > > My boss wants me to help those other offices to be able to input into our
> > > > > > database. The database is on a shared drive which everyone can access, but
> > > > > > it's very slow for the other 2 offices.
> > > > > >
> > > > > > My question is what is the best way to have them use the database? I have
> > > > > > done a bit of research and see that splitting or replication seem to be a
> > > > > > couple of possibilities. My boss seems to think that having them fill in
> > > > > > information on an excel spreadsheet and then importing the spreadsheet would
> > > > > > be the best way to go. I have tried this and can not get the information to
> > > > > > append to the main database.
> > > > > >
> > > > > > I need to run reports that include all offices. I want all 3 office's
> > > > > > information to go into one table.
> > > > > >
> > > > > > If you can help me, please do, I'm still new at this and need you to talk
> > > > > > slowly. I know almost nothing about VBA, SQL, mdb, or anything else that may
> > > > > > be abbreviated, so if that stuff is necessary, please be patient with me and
> > > > > > explain everything like you were talking to a child.
> > > > > >
> > > > > > Thank you so much for any and all advice you can give me.
> > > > > >
> > > > > > Judi <><

Reply With Quote
  #8 (permalink)  
Old 08-12-2008, 06:05 PM
John W. Vinson
 
Posts: n/a
Re: Different Offices - One Database

On Tue, 12 Aug 2008 08:06:08 -0700, Judi<>< <Judi@discussions.microsoft.com>
wrote:

>My boss wants me to help those other offices to be able to input into our
>database. The database is on a shared drive which everyone can access, but
>it's very slow for the other 2 offices.


Access is really not designed to work over the Internet. I would strongly
suggest that you use a "Terminal Server" solution; Windows Terminal Server
comes with Windows, or you can get more power and flexibility by using
something like Citrix Server.

See http://www.granite.ab.ca/access/terminalserver.htm for some links and
discussion.

I have to emphatically disagree with golfinray's suggestion. It's appropriate
for a local network but will give bad performance and database corruption over
a Wide Area Network.
--

John W. Vinson [MVP]
Reply With Quote
  #9 (permalink)  
Old 08-12-2008, 07:28 PM
Clif McIrvin
 
Posts: n/a
Re: Different Offices - One Database

"Judi<><" <Judi@discussions.microsoft.com> wrote in message
news:02B8BFC2-65DC-4281-9344-BAFA6A178E24@microsoft.com...
> Good morning/afternoon (depending on where you are...)
>
> I have a question about the best way to move ahead with a tricky
> situation.
>
> I have a database which is used to track quotes coming into the
> company I
> work for. We have estimators in 3 locations. Most of the estimators
> are in my
> local office, but there are 2 small offices in other states.
>
> My boss wants me to help those other offices to be able to input into
> our
> database. The database is on a shared drive which everyone can access,
> but
> it's very slow for the other 2 offices.
>
> My question is what is the best way to have them use the database? I
> have
> done a bit of research and see that splitting or replication seem to
> be a
> couple of possibilities. My boss seems to think that having them fill
> in
> information on an excel spreadsheet and then importing the spreadsheet
> would
> be the best way to go. I have tried this and can not get the
> information to
> append to the main database.
>
> I need to run reports that include all offices. I want all 3 office's
> information to go into one table.
>
> If you can help me, please do, I'm still new at this and need you to
> talk
> slowly. I know almost nothing about VBA, SQL, mdb, or anything else
> that may
> be abbreviated, so if that stuff is necessary, please be patient with
> me and
> explain everything like you were talking to a child.
>
> Thank you so much for any and all advice you can give me.
>
> Judi <><




Your boss's suggestion of using Excel at the remote sites is not
necessarily a bad one.

Some questions to consider:

1. Would doing data entry on a spreadsheet require a lot of repetitive
entry that the data entry forms eliminate?

2. What about validity checking? (I presume there is at least some
validity checking in the local data entry forms.)

I can think of strictly Excel based solutions to both questions; I can
also think of Access based solutions, such as:

3. Create a "Data Entry" copy of the main database which includes the
data entry form and the related tables that are involved in validity
checking, etc.

4. Create a process (Macro or VBA -- It may be possible from a Query,
though at my present level of knowledge I can't answer that) which
exports the (daily?) data to a (comma) delimited text file or an Excel
workbook which resides in the DataEntry database.

5. Create a companion process in the main database to import the data.


There are many, many different approaches to solving your problem.
Investigate a bit, pick one you'd like to explore further and come back
with your questions!

Good luck.
--
Clif
Still learning Access 2003




Reply With Quote
  #10 (permalink)  
Old 08-13-2008, 04:20 AM
a a r o n . k e m p f @ g m a i l . c o m
 
Posts: n/a
Re: Different Offices - One Database

Access is not designed to work over _ANY_ networks in the real world.
it wasn't even designed-- from the ground up- for multiple users


To anyone with a sense of logic-- they would move to SQL Server.
Using Access Data Projects, you can have better performance-- over
more networks-- for more users-- and more records-- than anything
avaiable if you are stuck with an obsolete database





On Aug 12, 10:05*am, John W. Vinson
<jvinson@STOP_SPAM.WysardOfInfo.com> wrote:
> On Tue, 12 Aug 2008 08:06:08 -0700, Judi<>< <J...@discussions.microsoft.com>
> wrote:
>
> >My boss wants me to help those other offices to be able to input into our
> >database. The database is on a shared drive which everyone can access, but
> >it's very slow for the other 2 offices.

>
> Access is really not designed to work over the Internet. I would strongly
> suggest that you use a "Terminal Server" solution; Windows Terminal Server
> comes with Windows, or you can get more power and flexibility by using
> something like Citrix Server.
>
> Seehttp://www.granite.ab.ca/access/terminalserver.htmfor some links and
> discussion.
>
> I have to emphatically disagree with golfinray's suggestion. It's appropriate
> for a local network but will give bad performance and database corruptionover
> a Wide Area Network.
> --
>
> * * * * * * *John W. Vinson [MVP]


Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > MS Office > Access


Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 04:40 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Loans | Bulgaria Property | Outsourcing | Western Union Money Transfer | Prudential real estate



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114