Implementing Authorization Code Functionality

lilFlip

Registered User.
Local time
Today, 02:46
Joined
Jun 14, 2006
Messages
20
Hello Access Gurus,

Our application can be broken into several modules, and we want to be able to shut off all modules, but then activate them by entering an Activation/Authorization code for each module.

The issue is that I'm fairly new to Access, and have never done this type of functionality. Is there anyone out there that has done this and can give me some guidance? I would greatly appreciate it.

Thanks in advance.
 
Not sure what you mean by modules, but I will have a go.
A database I have developed has a tab control with different stuff on each tab.
On another form I have options that allow a user select which tabs are displayed (Yes/No checkboxes). This form loads first and is hidden. When the main form loads I use code that hides/shows the tab depending on the setting in the options form.
These options could easily password protected if required.

HTH

Dave
 
No, that seems like more of a user level security which I have already embedded within the application.

I was thinking more along the lines of an Activation Code, like the ones you have to type in when you install Microsoft Office or other applications (ie. Macromedia Dreamweaver, etc.).

I've never dealt with anything along that lines, so I'm looking for some help in the learning process.
 
lilFlip said:
No, that seems like more of a user level security which I have already embedded within the application.

Yes, I use it, not as security, but in a user level environment to hide things they don't need to see, rather than not allowed to see, thus making navigating around easier for the novice user.

As for modules, I understand now, but think the amount of coding required to install / uninstall different parts of a database would be a nightmare.

Dave
 
Dave,

Thanks for the information. I believe I might have found some information on a VBForum that I am going to try and implement.

We'll see how it goes, but nonetheless thanks for the help and information.

Chuck
 

Users who are viewing this thread

Back
Top Bottom