Calculations

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If value of a field depends on the other, how does one go about it in Access?
I need to use this resultant value for a Yes/No in a third field. My data is
beyond the capacity of Excel (even 2007) as the records are in excess of
500,000 per month.
 
Access tables do not have a way to calculate one field value based on
another. Also, this violates principals of normalization, that state that
no field should be dependent on another.

Moreover, storing calculated values is rarely necessary (and carries
additional programming requirements) ... you can usually use a simple query
to "calculate", based on values in the table.

--
Regards

Jeff Boyce
www.InformationFutures.net

Microsoft Office/Access MVP


Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top