|
|
|
SystemUsername |
AccessUsername |
logInTime |
logOffTime |
|
PetersC |
Admin |
21/11/2001 12:32:00 PM |
21/11/2001 12:38:00 PM |
|
SmithJ |
Admin |
21/11/2001 12:15:00 PM |
|
|
ThatcherD |
Admin |
21/11/2001 9:27:00 AM |
21/11/2001 11:04:00 AM |
|
AndrewsD |
Admin |
20/11/2001 4:07:00 PM |
20/11/2001 4:57:00 PM |
|
PetersC |
Admin |
20/11/2001 12:05:00 PM |
20/11/2001 12:08:00 PM |
Click here for the
user Logging download
sample database (Access 97 or 2000+) Downloads
only for Toolshed owners
NOTE: This sample database also includes code for shutting down a database and sending user messages. The Access Workbench uses a different system now for this process.
Shutdowns and User Messages
If you want to deploy the system that we used to use to shutdown databases, we have a sample database in the Toolshed. The sample database that comes with The Toolshed shows you how to use a table and a form with a timer event. We now deploy a different technique using the Workbench.
Click here for the
database shutdown and messages
sample database (Access 97 or 2000+) Downloads
only for Toolshed owners
Checking The Regional Date Setting Whilst Starting Microsoft Access
This function tests the date format in the computer that is being used to see if the date format is actually the local regional format. In countries outside America, this can be a real pain if the computer is unknowingly running with a USA format because 1-June-2001 could be entered by the user as 1/6/01 and stored in the computer as 6-January-2001. This change to the date occurs after entry and is hard for the user to pickup. The following code illustrates the function in action.
' Test that the Australian
short date setting is OK
If Not regionalDateCheck_FX("Australia") Then
MsgBox "Problems with regional settings"
Else
MsgBox "Simple Test passed OK"
End If
' Test that the Australian
4 digit years setting is OK
If Not regionalDateCheck_FX("Australia YYYY") Then
MsgBox "Problems with regional YYYY settings"
Else
MsgBox "Test passed OK"
End If
The alternative to this type of test is to setup the input mask on the date field as dd/mm/yyyy This works very well from a compliance point of view. The big problem here is that data entry and modification of dates is quite difficult when compared to entering dates into free format date fields. To find out more on how to retrieve this source code, click on the following link.
Click here for the Date Checker download database (Access 97/2000/XP)
Sunbaked
Calendar and GR-FX 24 Time Clock
2
Access Forms that will act as controls for entering dates and time into
your Access databases. Both forms are unsecured for easier upgrades
between versions of Access.

HOW DO I SHOW PERCENTAGES IN GRAPHS
If you are interested in showing percentages in a versatile graph form, the following form and related queries comes as part of the Toolshed downloads.
Click here for the
sample percentages database (Access 2000/XP/2003)

Didn't have any luck, Click Here to Order The Toolshed
Thanks for your interest,
Garry Robinson.
Click on the
button for the next links page.
|
Links >>> Home | Search | Workbench | Orders | Newsletter | Access Security | Access professionals |