Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Search results for query: *

  • Users: RFRAN
  • Order by date
  1. RFRAN

    linking a field in one table to a recordset in another table????

    YOU CAN "JOIN" THE TWO TABLES: SELECT COL1 FROM TABLE1, TABLE2 WHERE TABLE1.COL1 = TABLE2.COL1 ORDER BY TABLE1.COL1
  2. RFRAN

    Two Tables

    THE OPERATOR "UNION" RETURNS ALL DISTINCT ROWS BY EITHER OF THE QUERIES IT APPLIES TO. EXAMPLE: SELECT ENAME, JOB FROM EMP_1 UNION SELECT ENAME, JOB FROM EMP_2 ORDER BY ENAME;
  3. RFRAN

    Displaying Formulas and Values

    Thanks for the reply. Frequently, in engineering, as the values change you need to verify what they are rather than relying only on the result of the equation. Frantic
  4. RFRAN

    Displaying Formulas and Values

    Hi Guys, I have MathCad 8. I need to show my formulas and their values e.g. (M = wL^2/8 = 100x10^2/8 = 1250). I cannot get MathCad to show the values without displaying the its' assignment. Frantic

Part and Inventory Search