Search results

  1. S

    Question How to retrieve password for VB codes

    Hello to all. Is there any possible way to retrieve password for the vb code? I have an access dbase endorsed to me but i forgot the password. :confused:
  2. S

    Re: Dynamically search multiple fields

    Re: Dynamically search multiple fields HI sir John. I am using this search criteria. May i ask for your help for this matter. How can i make the search results to be transfered to excel format? many thnks in advance....
  3. S

    View who is currently using a form

    HI, is it possible to have a portion on my form that i can see who is currently viewing that current form? Maybe a vb code that shows all user currently viewing a form?
  4. S

    Question Creating Log File

    Hi Gemma, i tried to create i textfile based on the code and it is now working fine. Thanks for the help.
  5. S

    Question Database Auto-closing on Required Time

    Finally, after playing with the code and doing some searching on the forums i end-up with this code and it works fine: Private Sub Form_Timer() If (Time() >= #6:26:00 AM# And Time() <= #6:29:00 AM#) Then MsgBox "System Maintenance On-going. Please check back after 3 minutes.", vbOKOnly...
  6. S

    Question Database Auto-closing on Required Time

    HI sir Khalid. I tried the code just now but nothing happens on my database. Still not auto-closing. I put the code on the "on timer" event. Please check my code if there is something wrong: code: Private Sub Form_Timer() If IsLoaded("Switchboard1") Then If (Time() >= #4:35:00 PM# And...
  7. S

    Making a back up of a database

    Thanks so much!:) The code is working fine. I just noticed that it is creating Backup as well as a copy of the file. I tried to edit the code to remove the "copy" but still no luck. How should i edit the code that only backup is creating. Many thanks in advance..
  8. S

    Making a back up of a database

    Hi! I've been looking for this a long time here and i am very thankful that i found it! But i want to make some changes on the code i just dont know how. I want the backup to be automatic and not asking for a confirmation from the user but instead a pop-up message saying, "Saving and creating...
  9. S

    Question Creating Log File

    ok i will try and give you update later. Thanks;)
  10. S

    Question Database Auto-closing on Required Time

    Thank you sir Khalid for the help...
  11. S

    Set Default for Tab Control

    It works! Thank you very much.....:D
  12. S

    Set Default for Tab Control

    Hi Sir John, How should i apply this on my form? I use month name for my tabs (January, February, March,....December). I tried to apply this on "Got Focus" event property on my form but nothing hapens. I also tried "on Load" and "on Open" and i got a "compile error" > "Method or data member not...
  13. S

    Question Creating Log File

    Hello to all again. I found a code on this forum that creates a log file and saved it automatically on c: drive everytime the database opens. I tried it on my form but i got an error and my form becomes hidden. Please verify the code on how to apply on my project: CODE>: Private Sub...
  14. S

    Set Default for Tab Control

    I dont know where and how to start for this..:confused: i have no idea, sorry just a beginner...:o
  15. S

    Hide Password

    Hi sir Khalid..Sorry i overlooked that message. It is now working good!:p
  16. S

    Hide Password

    OK, Thank you for the Help...;)
  17. S

    Hide Password

    Sir Khalid, the text i entered on the 'txtpassword' still shows the value that i entered and not the asterisk...
  18. S

    Hide Password

    Thank you so much...:D
  19. S

    Hide Password

    Hi sir Khalid. I am sorry but how should i do that?:confused:
  20. S

    Hide Password

    Hi to all, I have a code for opening a password of a form, but the password that i type is not hidden on the dialog box. How can i modify the code such that the password that i type will be shown as asterisk or other character and not the actual values that i typed. Here is my code: Private...
Back
Top Bottom