January 22, 200620 yr Does anyone out there know how to write a script that would lock the user out of a data base after they created let's say 50 records? I have a DB I would like to publish as a "Demo" on my website, let the user "try before they buy". After they reach the set number of records it requires a password to iunlock to nuse full functionality. IF anyone can help it would be a huge help. Thanks, Steve
January 23, 200620 yr You'd have to take away all the standard menus and provide a fully scripted navigation/record creation/deletion,... basically anything you would normally use the menu for, you need to script. Then the script would check the record count and exit if that count reaches 50.
Create an account or sign in to comment