Karma
Registered User.
- Local time
- Today, 19:52
- Joined
- Jun 9, 2006
- Messages
- 105
Access 2003:
Purpose: Allows you to use the windows login information User Name Password and domain to control access to a db via a form.
I've hacked this together from various sources.
If you set the form up as your display form Tools>Startup>displayform
then it will be the first form your user encounters. Once they have entered the correct details you can then redirect them to the rest of the database.
Please note i've not got a network with domains here so i've not been able to test that part of the code. If there are no networks it defaults to the computers name.
Karma
Disclaimer:
This Database and the objects there in are provided 'as is' without warranty of any kind, either express or implied, including, but not limited to, the implied warranties of fitness for a purpose, or the warranty of non-infringement. Without limiting the foregoing, Karma makes no warranty that:
the software will meet your requirements
the software will be uninterrupted, timely, secure or error-free
the results that may be obtained from the use of the software will be effective, accurate or reliable
the quality of the software will meet your expectations
any errors in the software obtained will be corrected
Use of this Database and the objects there in should be evaluated against relevant International, national, state/county/region law and company policy.
Purpose: Allows you to use the windows login information User Name Password and domain to control access to a db via a form.
I've hacked this together from various sources.
If you set the form up as your display form Tools>Startup>displayform
then it will be the first form your user encounters. Once they have entered the correct details you can then redirect them to the rest of the database.
Please note i've not got a network with domains here so i've not been able to test that part of the code. If there are no networks it defaults to the computers name.
Karma
Disclaimer:
This Database and the objects there in are provided 'as is' without warranty of any kind, either express or implied, including, but not limited to, the implied warranties of fitness for a purpose, or the warranty of non-infringement. Without limiting the foregoing, Karma makes no warranty that:
the software will meet your requirements
the software will be uninterrupted, timely, secure or error-free
the results that may be obtained from the use of the software will be effective, accurate or reliable
the quality of the software will meet your expectations
any errors in the software obtained will be corrected
Use of this Database and the objects there in should be evaluated against relevant International, national, state/county/region law and company policy.
Attachments
Last edited: