


Format:
chain "filename";
The chain command allows the user to start another script file from the current script file. The new script file starts executing at its first statement. PC Access generates an error if the new script file does not exist or contains an error.
Example:
// Starts the script file called LOGIN.SCR
chain "LOGIN.SCR";


