Hi HiteshAX,
If you talking about select statement then you can do something like:
CustTable custTableA, custTableB; select custTableA join custTableB where custTableA.AccountNum == custTableB.AccountNum;
If you want to use them as 2 datasources on a form you can either add relation on a table level or manually add it to the form query on init method of the form.