I'm rather new to CR so if this obvoius please dont flame me.
I have two differnt databases (ODBC) and for reasons I won't bore you all with I can not link one table between the two databases.
Since the table is tiny (only 3 fields and <20 records) I wonder If I can't just use a WHILE or FOR loop to scan the table in a function that would be good enough.
Or if I could write my own SQL into a function that would work to.
BUT I've been stymied by both methods today.
Any ideas please help.
-Pete
I have two differnt databases (ODBC) and for reasons I won't bore you all with I can not link one table between the two databases.
Since the table is tiny (only 3 fields and <20 records) I wonder If I can't just use a WHILE or FOR loop to scan the table in a function that would be good enough.
Or if I could write my own SQL into a function that would work to.
BUT I've been stymied by both methods today.
Any ideas please help.
-Pete