File already open

You used the Open statement on a file that is already open.

Use Close to close the open file, or remove the Open statement that attempts to open it.