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

Closing users out of application



 
 
Thread Tools Display Modes
  #1  
Old June 15th, 2004, 10:20 PM
ChuckW
external usenet poster
 
Posts: n/a
Default Closing users out of application

Hi,

I have created a sales application for a couple of sales
reps. Many have requested changes and additions to the
app. One of the problems I have is that one or more reps
keeps leaving the application open all day and preventing
me from making any modifications. Is there a way to
close the application and knock every one out of it. It
is a read only type of application that gets added to at
night so there is not data input issues.

Thanks,

Chuck
  #2  
Old June 16th, 2004, 04:27 AM
Allen Browne
external usenet poster
 
Posts: n/a
Default Closing users out of application

Hi Chuck

The best approach is to split your application into two mdb files. One (the
data file) contains only the tables, and resides in a place that everyone
can share. The other (the program file) contains all the queries, forms,
reports, macros, and code, and uses linked tables to connect to the shared
data. Each workstation has its own local copy of the front end. This allows
you to easily modify your front end, and then distribute the update to each
user.

There is a built-in splitter: Tools | Database Utilities | Database
Splitter.

We have been using this approach since version 1, and never write any other
way. More information:
http://allenbrowne.com/ser-01.html

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"ChuckW" wrote in message
...

I have created a sales application for a couple of sales
reps. Many have requested changes and additions to the
app. One of the problems I have is that one or more reps
keeps leaving the application open all day and preventing
me from making any modifications. Is there a way to
close the application and knock every one out of it. It
is a read only type of application that gets added to at
night so there is not data input issues.

Thanks,

Chuck



 




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 05:08 PM.


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