A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Running & Setting Up Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Update based on max value



 
 
Thread Tools Display Modes
  #1  
Old October 4th, 2006, 07:51 PM posted to microsoft.public.access.queries
briank
external usenet poster
 
Posts: 96
Default Update based on max value

I have two table linked together by two sets of fields. I am trying to get
Table A to update Table B based upon a max value of Table A. In my Update
To: row I am not sure how to build the field to indicate a max value. Any
thoughts?

UPDATE DISTINCTROW tblVMTW INNER JOIN tblFeederMilesYrly ON (tblVMTW.Year =
tblFeederMilesYrly.TrimYear) AND (tblVMTW.FeederNumber =
tblFeederMilesYrly.Feeder) SET tblFeederMilesYrly.actStart =
Max([tblVMTW]![actualStart]), tblFeederMilesYrly.actFinish =
Max([tblVMTW]![actualFinish])
WHERE (((tblFeederMilesYrly.Feeder)=7254));

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:39 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.