![]() |
|
#1
|
|||
|
|||
adding tablesI have two tables. the rows and columns are labeled the same but the contents are different. What is the simplest way to add the two tables together
Ron |
|||
|
#2
|
||||
|
||||
Re: adding tablesLook up the math definition of matrix addition and code the steps. It'll probably take 2 loops, and outer loop for the rows, and inner loop for the cols, or vice versa.
__________________
The 3 Laws of the Procrastination Society: 1) Never do today that which can be put off until tomorrow 2) Tomorrow never comes |
|
#3
|
||||
|
||||
Re: adding tablesDo you want to add (sum) the 'cell by cell' contents of the tables [as per Walt's suggestion], or...
are you looking to combine the information from both tables? Like with a query, or append the data from one table to the other? __________________
Use the force...read the source!! WYCIWYG -- what you code is what you get! |
|
#4
|
|||
|
|||
Re: adding tablesThanks for your help
|
Recent GIDBlog
Problems with the Navy (Enlisted) by crystalattice
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| passing tables as arguments to functions. | kobi_hikri | C Programming Language | 8 | 27-Jul-2005 07:29 |
| Pulldown menu with data from 2 tables or 1 with an ENUM choice? | mytwocents | MySQL / PHP Forum | 1 | 10-Aug-2004 16:30 |
| DELETE all INFO from Different tables | eRIC | MySQL / PHP Forum | 1 | 01-Jun-2004 06:19 |
| Selecting from 2 tables at the same time | soviet | MySQL / PHP Forum | 2 | 07-Nov-2003 23:15 |
Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The