<< Try this I’m assuming vRowID is integer SET VAR vRunSel = (‘RUN SELECT USING’ & .tFileName & ‘ConvertProgram IN TableName WHERE RowID =’ & (CTXT(.vRowID))) >>
No, I think this would be worse since tFileName can have spaces in it and wouldn't be quoted. And RowID is text in my case. I tried it with all literals and no variables and got the same results -- it runs without the USING clause, but not with it. -- Larry

