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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ariansa
  • Content: Threads
  • Order by date
  1. ariansa

    Trying to calculate new column and append it to existing table

    I have two tables (free tables) that are exactly the same except for 1 column. I need to calculate this difference and append the column of differences to one of the original files. I'm doing this from Excel VBA. Here's what I'm trying to do: SELECT table1.id, (table1.val - table2.val) AS...

Part and Inventory Search

Back
Top