Is there a way to replace a value being read from the database with one that I've created? For example, I have a password protected toolbox that uses an id and a default password customized for each user. I want to be able to give someone the ability to reset passwords which I can generate because of the information that I have in the database for each user. I tried using the default value in the edit param, but it only works when the field is empty. Any suggestions?

Thanks,

Nate