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.
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.
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...
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.
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.
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.
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...
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.
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.
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.
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.