[AccessD] Another challenge I need help with

John Bartow jbartow at winhaven.net
Tue Nov 6 11:53:38 CST 2018


I added date/time stamp and loginID as  meta data to every record. It was part of my built-in security. That security allowed the entering "group" (basically govt. department/division) to edit the data and other group to view it. If someone tried to edit the data they weren't allowed to it would present the person/group of who they could request the change be made by. Seemed like a lot of work to change an address but the staff were adamant that it had to be this way. Ah, bureaucracy... 

-----Original Message-----
From: AccessD <accessd-bounces at databaseadvisors.com> On Behalf Of James Button via AccessD
Sent: Tuesday, November 06, 2018 10:49 AM
To: 'Access Developers discussion and problem solving' <accessd at databaseadvisors.com>
Cc: James Button <jamesbutton at blueyonder.co.uk>
Subject: Re: [AccessD] Another challenge I need help with

Re undeleting priceless -

Definitely !

I'd add having the id of the person specifying the entry deletion and time that they did it is also an essential. 
And so much easier to note that on the data records as they get set to inactivate.

JimB


-----Original Message-----
From: AccessD <accessd-bounces at databaseadvisors.com> On Behalf Of John Colby
Sent: Tuesday, November 6, 2018 4:36 PM
To: Access Developers discussion and problem solving <accessd at databaseadvisors.com>; John Bartow <jbartow at winhaven.net>
Subject: Re: [AccessD] Another challenge I need help with

I designed and used a framework for my forms.  All deletes in all tables
(forms) marked records inactive, and re-queried the forms to only show active records.  Managers were tasked with deleting inactive records if they so desired.  Very few ever did.

It was a bit more work of course with reports always filtering out inactive records.  But to be able to "un-delete" records was priceless.


On 11/5/2018 3:02 PM, John Bartow wrote:
> I have at least one application where the delete marks the account as inactive rather than actually deleting the record. All displays then filter for active. There's an administrator level function to review inactive accounts with the ability to actually delete the record.
>
> -----Original Message-----
> From: AccessD <accessd-bounces at databaseadvisors.com> On Behalf Of Stuart McLachlan
> Sent: Sunday, November 04, 2018 1:54 PM
> To: Access Developers discussion and problem solving <accessd at databaseadvisors.com>
> Subject: Re: [AccessD] Another challenge I need help with
>
> Yes, I often do that.
>
> I also sometimes use a second message that prompts "Are you real sure that you want to delete this record".
>
> In one application I actually had a third one:
> "LAST CHANCE - ARE you REALLY SURE you want to delete this record!"  :)
>
>
> On 4 Nov 2018 at 15:12, Joe O'Connell wrote:
>
>> Maybe it is just my users, but they sometimes need to be protected
>> from themselves from automatically hitting the enter key whenever a
>> msgbox is displayed instead of reading the message.  Instead of just
>> acYesNo, I add an option to default to No and to display a question
>> mark so  the buttons become vbYesNo+vbDefaultButton2+vbQuestion
>>
>> Joe O'Connell
>>

-- 
John W. Colby

-- 
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com


-- 
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com



More information about the AccessD mailing list