PC Review


Reply
Thread Tools Rate Thread

Am I on the right track?

 
 
Len B
Guest
Posts: n/a
 
      12th Sep 2009
I have an upcoming clinical project where I anticipate having a tblNotes
with fields for Author and Notes (memo) joined to tblPatients.

I anticipate using user level security with each author (health care
worker) being assigned to an appropriate group.

Once a note is written about a patient and saved, it must not be editable
by anyone. I am not sure of the best way to accomplish this. Complicating
the issue is the fact that an author may be called away from the computer
in the middle of creating a note and would not appreciate losing all that
work if the session times out.

My thoughts are running towards using an intermediate table from which
the finished note is moved to tblPatients via an authorizing process.
Somehow I get the feeling that there is a better way.

Is there? Are there any other gotchas to be aware of?

TIA
--
Len
______________________________________________________
remove nothing for valid email address.


 
Reply With Quote
 
 
 
 
Tom van Stiphout
Guest
Posts: n/a
 
      12th Sep 2009
On Sat, 12 Sep 2009 12:06:14 +1000, "Len B"
<(E-Mail Removed)> wrote:

"the session times out"? Are you speaking of a Microsoft Access
application, the subject of this news group?

-Tom.
Microsoft Access MVP


>I have an upcoming clinical project where I anticipate having a tblNotes
>with fields for Author and Notes (memo) joined to tblPatients.
>
>I anticipate using user level security with each author (health care
>worker) being assigned to an appropriate group.
>
>Once a note is written about a patient and saved, it must not be editable
>by anyone. I am not sure of the best way to accomplish this. Complicating
>the issue is the fact that an author may be called away from the computer
>in the middle of creating a note and would not appreciate losing all that
>work if the session times out.
>
>My thoughts are running towards using an intermediate table from which
>the finished note is moved to tblPatients via an authorizing process.
>Somehow I get the feeling that there is a better way.
>
>Is there? Are there any other gotchas to be aware of?
>
>TIA

 
Reply With Quote
 
Len B
Guest
Posts: n/a
 
      12th Sep 2009
Yes Tom,
MS Access 2k3 will be running on Terminal Servers. Front end & back-end
MDBs will be on DFS servers (all different boxes). It isn't uncommon for
users to wander off and leave the TS session running so a 1hr timeout
exists to rescue TS server resources. Sorry I didn't say but I didn't
want to over-complicate with what I saw as not relevant.

--
Len
______________________________________________________
remove nothing for valid email address.
"Tom van Stiphout" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
| On Sat, 12 Sep 2009 12:06:14 +1000, "Len B"
| <(E-Mail Removed)> wrote:
|
| "the session times out"? Are you speaking of a Microsoft Access
| application, the subject of this news group?
|
| -Tom.
| Microsoft Access MVP
|
|
| >I have an upcoming clinical project where I anticipate having a tblNotes
| >with fields for Author and Notes (memo) joined to tblPatients.
| >
| >I anticipate using user level security with each author (health care
| >worker) being assigned to an appropriate group.
| >
| >Once a note is written about a patient and saved, it must not be
editable
| >by anyone. I am not sure of the best way to accomplish this.
Complicating
| >the issue is the fact that an author may be called away from the
computer
| >in the middle of creating a note and would not appreciate losing all
that
| >work if the session times out.
| >
| >My thoughts are running towards using an intermediate table from which
| >the finished note is moved to tblPatients via an authorizing process.
| >Somehow I get the feeling that there is a better way.
| >
| >Is there? Are there any other gotchas to be aware of?
| >
| >TIA


 
Reply With Quote
 
Tom van Stiphout
Guest
Posts: n/a
 
      12th Sep 2009
On Sat, 12 Sep 2009 18:20:04 +1000, "Len B"
<(E-Mail Removed)> wrote:

If you are concerned about timeout: there is a way to auto-logout
people who have been idle for a long time. The procedure is not 100%
fool-proof, but perhaps good enough for your needs. Check this out:
http://www.accessmvp.com/JConrad/acc...e/kickoff.html

-Tom.
Microsoft Access MVP


>Yes Tom,
>MS Access 2k3 will be running on Terminal Servers. Front end & back-end
>MDBs will be on DFS servers (all different boxes). It isn't uncommon for
>users to wander off and leave the TS session running so a 1hr timeout
>exists to rescue TS server resources. Sorry I didn't say but I didn't
>want to over-complicate with what I saw as not relevant.

 
Reply With Quote
 
Tony Toews [MVP]
Guest
Posts: n/a
 
      14th Sep 2009
Tom van Stiphout <(E-Mail Removed)> wrote:

>If you are concerned about timeout: there is a way to auto-logout
>people who have been idle for a long time. The procedure is not 100%
>fool-proof, but perhaps good enough for your needs. Check this out:
>http://www.accessmvp.com/JConrad/acc...e/kickoff.html


Although I'd make very sure that the kick off logic saves the record
before exiting.

Tony
--
Tony Toews, Microsoft Access MVP
Tony's Main MS Access pages - http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
Granite Fleet Manager http://www.granitefleet.com/
 
Reply With Quote
 
Tom van Stiphout
Guest
Posts: n/a
 
      19th Sep 2009
On Sun, 13 Sep 2009 23:32:00 -0600, "Tony Toews [MVP]"
<(E-Mail Removed)> wrote:

Agreed, that's one of the concerns. Another one is a modal dialog or
MsgBox that cannot be closed by the KB article code.

-Tom.
Microsoft Access MVP


>Tom van Stiphout <(E-Mail Removed)> wrote:
>
>>If you are concerned about timeout: there is a way to auto-logout
>>people who have been idle for a long time. The procedure is not 100%
>>fool-proof, but perhaps good enough for your needs. Check this out:
>>http://www.accessmvp.com/JConrad/acc...e/kickoff.html

>
>Although I'd make very sure that the kick off logic saves the record
>before exiting.
>
>Tony

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Track changes turned off- yet continues to track changes Dave B Microsoft Word Document Management 1 17th Aug 2009 07:27 PM
"Track Changes" - Prevent turn off track changes to meet SOX regs =?Utf-8?B?VGFtbXkgTWlsbGVy?= Microsoft Excel Misc 2 31st Jul 2007 11:42 AM
track word changes ON while track formatting changes is OFF =?Utf-8?B?ZHJpbGxlcg==?= Microsoft Word Document Management 2 17th Mar 2007 01:51 PM
Can you track time used to edit a document with Track Changes? =?Utf-8?B?QnViYmEgTWFHcmV3?= Microsoft Word Document Management 1 6th Apr 2006 10:02 PM
Shift audio track vs video track using Windows Movie Maker - possible? newbee Windows XP MovieMaker 4 22nd May 2005 03:38 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:45 AM.