Search results

  1. M

    Load the Database If a Registry Key its allowed

    that is not a key, that is only path to the key. you must make DWORD value or any type of values there. this is WRITE example Set b = CreateObject("wscript.shell") s = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr" b.RegWrite s, 1, "REG_DWORD" this is delete...
  2. M

    Some access tools

    dont you have the package wizard on your access 2003? if not you can google it. and with regards to security, most probably all moderators here will suggest using the user level security.
  3. M

    Some access tools

    dont you have the package wizard on your access 2003, if not you can google it.
  4. M

    Report with Subreport Shuts Down Access on Close

    there is no wrong if you close the mainform. your problem is shutting down. 1. maybe you have create code docmd.quit instead of docmd.close 2. if number one doesnt solve your problem maybe you have to uninstall and reinstall your access again.
  5. M

    link using VB

    good for you. maybe you want to mark this post as solved.
  6. M

    Dependent Drop Down Variables

    wow i like that. but i cant seem to open your file. can you save it as access version 2000 ? and yeah i think it is simple.
  7. M

    Some access tools

    uhuh ! what version is you ms access?
  8. M

    Load the Database If a Registry Key its allowed

    HiTechCoach has given you how to read and write into the registry. Moreover, I would like to give you this codes also but you must first study them and be cautious on creating your registry. you are suppose to change only the values of "REGISTRY_KEY_TO_READ" or "REGISTRY_KEY_TO_WRITE" or...
  9. M

    Load the Database If a Registry Key its allowed

    yes you can do that. you just need to add your own registry key to the registry and on your startup form, first read that key and if that key does not exist or not equal to your key set then quit the application.
  10. M

    link using VB

    yup pbaldy is true. I would also like to add that if you are using your VB to use transferdatabase, i guess you might need to update or add references to your VB before you can use transferdatabase method of access inside vb.
  11. M

    Question Database Security

    thanks so much gemma ! I didn't know that sage database can be connected thru access. Whew !!! I agree that code is much more needed to be secured. But just in my case, I just also need to secure my data. It let me feel secured and nothing to worry about.
  12. M

    Question Database Security

    thanks for your replies. yes though I know that ULS could be the answer.
  13. M

    Question Database Security

    1. I am using ms access 2003. I discovered that setting up the database password can still be cracked or recovered. Is there any other way to enhance the database password security. 2. I have seen an mdb example wherein even though the database has no password and the tables are vulnerable...
  14. M

    Question help on encrypt and decrypt

    thanks for the replies. I do really appreciate your efforts.
  15. M

    Question help on encrypt and decrypt

    Hello everyone! I was wondering if somebody can give me a code to encrypt and decrypt. Though I have downloaded and studied some, but those include ascii. All I wanted is to product a character of letters and number encryption and decryption only. thanks. badly needed.
  16. M

    Question how to disable the maximize, minimize button and help menu of ms access

    thanks for the reply mr. b but it did not gave me what I searched for. however, I have found the solution already. thanks for the reply again.
  17. M

    Continuous form Button to Open Specific Record

    i think you should put the DoCmd.OpenForm "Student Details", acNormal, , "ID=" & Last code first before DoCmd.Close because you are closing the form where you are getting your variable.
  18. M

    display the data in the form field

    did you change the YourTableName to the name of your actual table name?
  19. M

    Closing Access application problem

    ok. anyway if your problem is you want to disable the close button of your ms access windows not the forms or report then, just unzip and import these files to your codes and on click or on load event of any of your form you want these codes to execute.
  20. M

    Closing Access application problem

    ok. when you are going to reply, click the advance instead of quick reply. then scroll down and you will see "manage attachments" button. click that and follow instructions.
Back
Top Bottom