If the current journal table is not contained within the database being modified, then you can use the following request to change the default journal table from FinCopy to Jrnl1.
MODIFY DATABASE Personnel AS DEFAULT JOURNAL TABLE = Jrnl1;
If the current journal table is not contained within the database being modified, then you can use the following request to change the default journal table from FinCopy to Jrnl1.
MODIFY DATABASE Personnel AS DEFAULT JOURNAL TABLE = Jrnl1;