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 » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Switchboard Manager - Multi Users



 
 
Thread Tools Display Modes
  #1  
Old April 28th, 2009, 08:13 PM posted to microsoft.public.access
Jeanne
external usenet poster
 
Posts: 110
Default Switchboard Manager - Multi Users

I have set up a switchboard with multiple pages and several option on each
page. There are 3 users on the database and if any one of us has the either
of the first two options from the switchboard open it won't let the rest of
us use those buttons. The third button works fine for everybody all the
time. All the queries are written exactly the same, they just filter for
different things. The only difference in the forms that open is that the
first two have all the records locked so that no one can accidently type over
information while veiwing. Very frustrated at this point, any
suggestions/advice welcome.

Thanks...............J
  #2  
Old April 28th, 2009, 08:21 PM posted to microsoft.public.access
Douglas J. Steele[_3_]
external usenet poster
 
Posts: 3,143
Default Switchboard Manager - Multi Users

All databases, but especially multi-user ones, should be split into a
front-end (containing the queries, forms, reports, macros and modules),
linked to a back-end (containing the tables and relations). Only the
back-end should be on the server: each user should have his/her own copy of
the front-end, ideallly on his/her hard drive. If that's not your case, try
it.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"Jeanne" wrote in message
...
I have set up a switchboard with multiple pages and several option on each
page. There are 3 users on the database and if any one of us has the
either
of the first two options from the switchboard open it won't let the rest
of
us use those buttons. The third button works fine for everybody all the
time. All the queries are written exactly the same, they just filter for
different things. The only difference in the forms that open is that the
first two have all the records locked so that no one can accidently type
over
information while veiwing. Very frustrated at this point, any
suggestions/advice welcome.

Thanks...............J



  #3  
Old April 28th, 2009, 09:14 PM posted to microsoft.public.access
Jeanne
external usenet poster
 
Posts: 110
Default Switchboard Manager - Multi Users

I do have the database split, both the sides are kept on the same server
drive so that we can all access it without having to save it out to our
desktops everyday. I will give this a try though to see if it has any effect.

"Douglas J. Steele" wrote:

All databases, but especially multi-user ones, should be split into a
front-end (containing the queries, forms, reports, macros and modules),
linked to a back-end (containing the tables and relations). Only the
back-end should be on the server: each user should have his/her own copy of
the front-end, ideallly on his/her hard drive. If that's not your case, try
it.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"Jeanne" wrote in message
...
I have set up a switchboard with multiple pages and several option on each
page. There are 3 users on the database and if any one of us has the
either
of the first two options from the switchboard open it won't let the rest
of
us use those buttons. The third button works fine for everybody all the
time. All the queries are written exactly the same, they just filter for
different things. The only difference in the forms that open is that the
first two have all the records locked so that no one can accidently type
over
information while veiwing. Very frustrated at this point, any
suggestions/advice welcome.

Thanks...............J




  #4  
Old April 28th, 2009, 10:02 PM posted to microsoft.public.access
Douglas J. Steele[_3_]
external usenet poster
 
Posts: 3,143
Default Switchboard Manager - Multi Users

As long as each user has his/her own copy of the front-end, keeping it on
the server can be okay (although not nearly as good as having it on the hard
drive, because it generates more network traffic) . However, if they're
sharing the same front-end, that's a recipe for disaster.

For a free utility to ensure the users always have the current front-end,
check what Tony Toews has at http://www.granite.ab.ca/access/autofe.htm

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"Jeanne" wrote in message
...
I do have the database split, both the sides are kept on the same server
drive so that we can all access it without having to save it out to our
desktops everyday. I will give this a try though to see if it has any
effect.

"Douglas J. Steele" wrote:

All databases, but especially multi-user ones, should be split into a
front-end (containing the queries, forms, reports, macros and modules),
linked to a back-end (containing the tables and relations). Only the
back-end should be on the server: each user should have his/her own copy
of
the front-end, ideallly on his/her hard drive. If that's not your case,
try
it.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"Jeanne" wrote in message
...
I have set up a switchboard with multiple pages and several option on
each
page. There are 3 users on the database and if any one of us has the
either
of the first two options from the switchboard open it won't let the
rest
of
us use those buttons. The third button works fine for everybody all
the
time. All the queries are written exactly the same, they just filter
for
different things. The only difference in the forms that open is that
the
first two have all the records locked so that no one can accidently
type
over
information while veiwing. Very frustrated at this point, any
suggestions/advice welcome.

Thanks...............J






  #5  
Old April 28th, 2009, 11:08 PM posted to microsoft.public.access
Armen Stein
external usenet poster
 
Posts: 507
Default Switchboard Manager - Multi Users

On Tue, 28 Apr 2009 17:02:30 -0400, "Douglas J. Steele"
wrote:

As long as each user has his/her own copy of the front-end, keeping it on
the server can be okay (although not nearly as good as having it on the hard
drive, because it generates more network traffic) . However, if they're
sharing the same front-end, that's a recipe for disaster.

For a free utility to ensure the users always have the current front-end,
check what Tony Toews has at http://www.granite.ab.ca/access/autofe.htm


And if you're worried about relinking hassles, you're welcome to use
our free J Street Access Relinker at:
http://www.jstreettech.com/downloads

Armen Stein
Microsoft Access MVP
www.JStreetTech.com

  #6  
Old April 29th, 2009, 09:54 PM posted to microsoft.public.access
Jeanne
external usenet poster
 
Posts: 110
Default Switchboard Manager - Multi Users

OK, so how do I get a copy of this on each person's computer. I tried
zipping the file and email it to them, then extracting the files and we still
have the same problem of not being able to get into the forms at the same
time.

"Douglas J. Steele" wrote:

As long as each user has his/her own copy of the front-end, keeping it on
the server can be okay (although not nearly as good as having it on the hard
drive, because it generates more network traffic) . However, if they're
sharing the same front-end, that's a recipe for disaster.

For a free utility to ensure the users always have the current front-end,
check what Tony Toews has at http://www.granite.ab.ca/access/autofe.htm

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"Jeanne" wrote in message
...
I do have the database split, both the sides are kept on the same server
drive so that we can all access it without having to save it out to our
desktops everyday. I will give this a try though to see if it has any
effect.

"Douglas J. Steele" wrote:

All databases, but especially multi-user ones, should be split into a
front-end (containing the queries, forms, reports, macros and modules),
linked to a back-end (containing the tables and relations). Only the
back-end should be on the server: each user should have his/her own copy
of
the front-end, ideallly on his/her hard drive. If that's not your case,
try
it.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"Jeanne" wrote in message
...
I have set up a switchboard with multiple pages and several option on
each
page. There are 3 users on the database and if any one of us has the
either
of the first two options from the switchboard open it won't let the
rest
of
us use those buttons. The third button works fine for everybody all
the
time. All the queries are written exactly the same, they just filter
for
different things. The only difference in the forms that open is that
the
first two have all the records locked so that no one can accidently
type
over
information while veiwing. Very frustrated at this point, any
suggestions/advice welcome.

Thanks...............J






  #7  
Old April 29th, 2009, 10:46 PM posted to microsoft.public.access
Douglas J. Steele[_3_]
external usenet poster
 
Posts: 3,143
Default Switchboard Manager - Multi Users

What do the 2 buttons in question do?

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"Jeanne" wrote in message
...
OK, so how do I get a copy of this on each person's computer. I tried
zipping the file and email it to them, then extracting the files and we
still
have the same problem of not being able to get into the forms at the same
time.

"Douglas J. Steele" wrote:

As long as each user has his/her own copy of the front-end, keeping it on
the server can be okay (although not nearly as good as having it on the
hard
drive, because it generates more network traffic) . However, if they're
sharing the same front-end, that's a recipe for disaster.

For a free utility to ensure the users always have the current front-end,
check what Tony Toews has at http://www.granite.ab.ca/access/autofe.htm

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"Jeanne" wrote in message
...
I do have the database split, both the sides are kept on the same server
drive so that we can all access it without having to save it out to our
desktops everyday. I will give this a try though to see if it has any
effect.

"Douglas J. Steele" wrote:

All databases, but especially multi-user ones, should be split into a
front-end (containing the queries, forms, reports, macros and
modules),
linked to a back-end (containing the tables and relations). Only the
back-end should be on the server: each user should have his/her own
copy
of
the front-end, ideallly on his/her hard drive. If that's not your
case,
try
it.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"Jeanne" wrote in message
...
I have set up a switchboard with multiple pages and several option on
each
page. There are 3 users on the database and if any one of us has
the
either
of the first two options from the switchboard open it won't let the
rest
of
us use those buttons. The third button works fine for everybody all
the
time. All the queries are written exactly the same, they just
filter
for
different things. The only difference in the forms that open is
that
the
first two have all the records locked so that no one can accidently
type
over
information while veiwing. Very frustrated at this point, any
suggestions/advice welcome.

Thanks...............J








  #8  
Old April 30th, 2009, 01:44 PM posted to microsoft.public.access
Jeanne
external usenet poster
 
Posts: 110
Default Switchboard Manager - Multi Users

the buttons open forms that have different filters applied to them, one
allows us to filter by shop number the other one allows us to filter by year.
When I sent the front end to each computer I zipped and then extracted the
files, would that have made a difference, should I have just copied them to
the local desktop?

"Douglas J. Steele" wrote:

What do the 2 buttons in question do?

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"Jeanne" wrote in message
...
OK, so how do I get a copy of this on each person's computer. I tried
zipping the file and email it to them, then extracting the files and we
still
have the same problem of not being able to get into the forms at the same
time.

"Douglas J. Steele" wrote:

As long as each user has his/her own copy of the front-end, keeping it on
the server can be okay (although not nearly as good as having it on the
hard
drive, because it generates more network traffic) . However, if they're
sharing the same front-end, that's a recipe for disaster.

For a free utility to ensure the users always have the current front-end,
check what Tony Toews has at http://www.granite.ab.ca/access/autofe.htm

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"Jeanne" wrote in message
...
I do have the database split, both the sides are kept on the same server
drive so that we can all access it without having to save it out to our
desktops everyday. I will give this a try though to see if it has any
effect.

"Douglas J. Steele" wrote:

All databases, but especially multi-user ones, should be split into a
front-end (containing the queries, forms, reports, macros and
modules),
linked to a back-end (containing the tables and relations). Only the
back-end should be on the server: each user should have his/her own
copy
of
the front-end, ideallly on his/her hard drive. If that's not your
case,
try
it.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"Jeanne" wrote in message
...
I have set up a switchboard with multiple pages and several option on
each
page. There are 3 users on the database and if any one of us has
the
either
of the first two options from the switchboard open it won't let the
rest
of
us use those buttons. The third button works fine for everybody all
the
time. All the queries are written exactly the same, they just
filter
for
different things. The only difference in the forms that open is
that
the
first two have all the records locked so that no one can accidently
type
over
information while veiwing. Very frustrated at this point, any
suggestions/advice welcome.

Thanks...............J









  #9  
Old April 30th, 2009, 08:41 PM posted to microsoft.public.access
Douglas J. Steele[_3_]
external usenet poster
 
Posts: 3,143
Default Switchboard Manager - Multi Users

I sorry, I don't understand what difference you're making between sending
the front end to each computer and just copying them to the local desktop.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"Jeanne" wrote in message
news
the buttons open forms that have different filters applied to them, one
allows us to filter by shop number the other one allows us to filter by
year.
When I sent the front end to each computer I zipped and then extracted the
files, would that have made a difference, should I have just copied them
to
the local desktop?

"Douglas J. Steele" wrote:

What do the 2 buttons in question do?

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"Jeanne" wrote in message
...
OK, so how do I get a copy of this on each person's computer. I tried
zipping the file and email it to them, then extracting the files and we
still
have the same problem of not being able to get into the forms at the
same
time.

"Douglas J. Steele" wrote:

As long as each user has his/her own copy of the front-end, keeping it
on
the server can be okay (although not nearly as good as having it on
the
hard
drive, because it generates more network traffic) . However, if
they're
sharing the same front-end, that's a recipe for disaster.

For a free utility to ensure the users always have the current
front-end,
check what Tony Toews has at
http://www.granite.ab.ca/access/autofe.htm

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"Jeanne" wrote in message
...
I do have the database split, both the sides are kept on the same
server
drive so that we can all access it without having to save it out to
our
desktops everyday. I will give this a try though to see if it has
any
effect.

"Douglas J. Steele" wrote:

All databases, but especially multi-user ones, should be split into
a
front-end (containing the queries, forms, reports, macros and
modules),
linked to a back-end (containing the tables and relations). Only
the
back-end should be on the server: each user should have his/her own
copy
of
the front-end, ideallly on his/her hard drive. If that's not your
case,
try
it.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"Jeanne" wrote in message
...
I have set up a switchboard with multiple pages and several option
on
each
page. There are 3 users on the database and if any one of us has
the
either
of the first two options from the switchboard open it won't let
the
rest
of
us use those buttons. The third button works fine for everybody
all
the
time. All the queries are written exactly the same, they just
filter
for
different things. The only difference in the forms that open is
that
the
first two have all the records locked so that no one can
accidently
type
over
information while veiwing. Very frustrated at this point, any
suggestions/advice welcome.

Thanks...............J











  #10  
Old May 1st, 2009, 01:45 PM posted to microsoft.public.access
Jeanne
external usenet poster
 
Posts: 110
Default Switchboard Manager - Multi Users

Is there a difference between "extracting" the files from the zipped file or
"copying" them over to each persons local drive?

"Douglas J. Steele" wrote:

I sorry, I don't understand what difference you're making between sending
the front end to each computer and just copying them to the local desktop.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"Jeanne" wrote in message
news
the buttons open forms that have different filters applied to them, one
allows us to filter by shop number the other one allows us to filter by
year.
When I sent the front end to each computer I zipped and then extracted the
files, would that have made a difference, should I have just copied them
to
the local desktop?

"Douglas J. Steele" wrote:

What do the 2 buttons in question do?

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"Jeanne" wrote in message
...
OK, so how do I get a copy of this on each person's computer. I tried
zipping the file and email it to them, then extracting the files and we
still
have the same problem of not being able to get into the forms at the
same
time.

"Douglas J. Steele" wrote:

As long as each user has his/her own copy of the front-end, keeping it
on
the server can be okay (although not nearly as good as having it on
the
hard
drive, because it generates more network traffic) . However, if
they're
sharing the same front-end, that's a recipe for disaster.

For a free utility to ensure the users always have the current
front-end,
check what Tony Toews has at
http://www.granite.ab.ca/access/autofe.htm

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"Jeanne" wrote in message
...
I do have the database split, both the sides are kept on the same
server
drive so that we can all access it without having to save it out to
our
desktops everyday. I will give this a try though to see if it has
any
effect.

"Douglas J. Steele" wrote:

All databases, but especially multi-user ones, should be split into
a
front-end (containing the queries, forms, reports, macros and
modules),
linked to a back-end (containing the tables and relations). Only
the
back-end should be on the server: each user should have his/her own
copy
of
the front-end, ideallly on his/her hard drive. If that's not your
case,
try
it.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"Jeanne" wrote in message
...
I have set up a switchboard with multiple pages and several option
on
each
page. There are 3 users on the database and if any one of us has
the
either
of the first two options from the switchboard open it won't let
the
rest
of
us use those buttons. The third button works fine for everybody
all
the
time. All the queries are written exactly the same, they just
filter
for
different things. The only difference in the forms that open is
that
the
first two have all the records locked so that no one can
accidently
type
over
information while veiwing. Very frustrated at this point, any
suggestions/advice welcome.

Thanks...............J












 




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


All times are GMT +1. The time now is 03:06 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.