KirillToronto
Programmer
Hi I have a Table that defines progression of document. Here is the table1;
Name Dep1 Dep2 Dep3 Dep4
Route1 Acct Admin Sales Invoice
Route2 Acctg HR Sales Invoice
etc.
Then I have another table2
Route CurrDept other columns
Route1 Accounting etc
What I need to do is to find next and previous departments from from table2 on Table 1. Any clues ?
Name Dep1 Dep2 Dep3 Dep4
Route1 Acct Admin Sales Invoice
Route2 Acctg HR Sales Invoice
etc.
Then I have another table2
Route CurrDept other columns
Route1 Accounting etc
What I need to do is to find next and previous departments from from table2 on Table 1. Any clues ?