Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Joining Tables Using QBE

Status
Not open for further replies.

pickled

Programmer
May 30, 2002
2
US
How do I join these two tables?

tblID = qVar.appendTable( ":priv:AvgsDetail.DB" )
tblID = qVar.appendTable( ":priv: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?

 
pickled,

For joining, have you tried using setCriteria() with a value of "_join1"? Calculations would be defined the same way.

Hope this helps...

-- Lance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top