E eacollie Registered User. Local time Yesterday, 21:43 Joined May 14, 2011 Messages 159 Apr 23, 2012 #1 I need to update a table row based on a summation of rows in another table (a mixture of numbers, text, y/n, and date fields). Any suggestions would be greatly appreciated! Thanks
I need to update a table row based on a summation of rows in another table (a mixture of numbers, text, y/n, and date fields). Any suggestions would be greatly appreciated! Thanks
jdraw Super Moderator Staff member Local time Today, 00:43 Joined Jan 23, 2006 Messages 15,498 Apr 23, 2012 #2 Sounds like you might be storing calculated values - this is not a recommended practice. If you need calculated values, create a query for same. Are there some extreme circumstances involved that make the query not an option?
Sounds like you might be storing calculated values - this is not a recommended practice. If you need calculated values, create a query for same. Are there some extreme circumstances involved that make the query not an option?