Search results

  1. S

    restart pc

    This is a curiosty question it may be useful in future. thanx for all replys
  2. S

    restart pc

    Hi thanks for the reply but im not able to access that link here in school as rm safety net filters us out and I dont have a computer at home so any other sugestions wil be good.
  3. S

    restart pc

    Hi Guys,Gals can anyone have a look at this code and see where it is going wrong. I would like to be able to have a button which when clicked will restart the pc if needed. Option Compare Database Option Explicit Private Sub Command0_Click() If MsgBox("Your computer needs to be rebooted. Press...
  4. S

    Buttons with multiple actions

    my email thanks my email has been sent to your private message
  5. S

    Loading notepad file in a form using a on click event

    I was wondering is it possible for me to be able to load a notepad file in to a form after a button has been pressed. It would be ideal if it was a pop up window which is readonly so users can't edit the text.
  6. S

    Buttons with multiple actions

    Database for Library Hi Andren, Is it possibel for you to email me your database for some ideas and to see how you have created it as im also starting a library database and you have coverd some of the things I would like to have in mine thanx. Shadowraven
  7. S

    security

    I currently has a change password form which allows users to change there password, my problem is that on the form it is meant to display the username but I cant get it to display the currect persons user name thus it changes someone elses password causing chaos. pls help!!!!!!!!!!!:confused:
  8. S

    password code

    attached is code for change password it was made by someone else. the database also is abel to retriev username and is also linked to update querie which I dont understand
  9. S

    password update query

    I have a form which has some code for a user to change there password via the form but I always seem to get a problem it seems that when ever he is executed the code always updates the wrong tabel, I cant see where in the update query or code it is being told to update what tabel. please help
  10. S

    Password change querie

    password change sorry posted in wrong forum area ment to be in modules.
  11. S

    Password change querie

    I have a form which has some code for a user to change there password via the form but I always seem to get a problem it seems that when ever he is executed the code always updates the wrong tabel, I cant see where in the update query or code it is being told to update what tabel. please...
  12. S

    Password retrieval

    Password In responce to emohawk Its a database I was working on sometime ago and it was password protected But i cant remember it so its not me trying to hack another persons work I wouldnt do that.
  13. S

    change password

    Hi all Im trying to get a form to change a users password when needed I cant seem to get it to work. I have included the code Fizzio for the change password script.
  14. S

    Password retrieval

    PWL Code prompt I have included the code for the password prompt it is in a form module.
  15. S

    Password retrieval

    password script Hi I wanted a piece of code or an exaple in database so I could use it as im only got access to my database in school I dont own my own pc nore can I get my database from the system. The password is actualy done in VB in comes up with a prompt aking you for a password and...
  16. S

    Password retrieval

    password I tried the above suggestion and couldnt seem to get it to work if anyone has code which can be copy and pasted and used in access 97 to get a password from the database or even a working example of this please tell me, thanks
  17. S

    Password retrieval

    I have a Piece of code thats meant to work in access to retriev a password of a databas provided you have permission to do so, the problem is i cant seem to work out how to use it could you look at the examples and provide a guide on how to get the code to run. I AM NOT USING THIS FOR ANYTHING...
  18. S

    Restart pc

    Reboot Its just a curiosty question mainly. but useful to know
  19. S

    Restart pc

    When some clicks on a button in my database i would like it to restart the pc i have the followinfg code but cant seem to get it to work can anyone help me please. im using access 97 herse the code i have so far Option Compare Database Option Explicit Private Sub Command0_Click() If...
  20. S

    user log form

    I was trying to create either a tabel or form prefered which will show when a user logged in date time etc i saw the following code but I couldnt work out how to use it. can someone please provide me with some support Public Sub ErrorFinder() Dim LogFile As Integer LogFile = FreeFile If...
Back
Top Bottom