Full Version: Update Query
UtterAccess Discussion Forums > Microsoft® Access > Access Queries
spin
I have recently created an update query:

UPDATE Fixtures SET Total = ([Players Attitude]+[Clubs Official Attitude]+[Club Supporters Attitude]);

I basically want to know now, is there a way of getting this to automatically run when new data is added into the Fixtures table(Table that is being updated), because currently you have to run the query for it to work

Thanks
DougY
Hi,

Why do you want to store a calculate field?? You should get value on the fly using query/form/report.
R. Hicks
You should not store this calculated value in your table ...

RDH
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.