I need to make a very simple change to a script in BaseScript1 of the App_ObjectDocuments form. Since it is a base script, though, it is read-only and does not let me edit it. I tried just replacing the one script I need to modify, but since the script references a lot of Private Functions in BaseScript1, this will not work. Short of recreating everything, updating the names so they are not duplicates, and then updating all of the references, how can I do this? Please tell me I am missing something??