How do I join these two tables?
tblID = qVar.appendTable( "riv:AvgsDetail.DB" )
tblID = qVar.appendTable( "riv:SumsDetail.DB" )
I can Append and check fields, but can't figure out how to join tables.
Also, can I do calculations on fields using QBE?
tblID = qVar.appendTable( "riv:AvgsDetail.DB" )
tblID = qVar.appendTable( "riv:SumsDetail.DB" )
I can Append and check fields, but can't figure out how to join tables.
Also, can I do calculations on fields using QBE?