Formula in table

K

Kim Jackson

I have field [yr_saving] that is going to be for
reporting only and not used on a form. I have a formula
that I need to do the calculation, is there away to add
this to the table Or what is the best way to do this?
Thanks for you help.
 
T

tom

Calculations cannot be done in a table... do them in your form in a field
bound to yr_saving... You don't have to show this field.

HTH

Tom.
 
J

Jeff Boyce

Kim

If there's a chance that you have recorded a date already that contains the
"year-value" you are trying to save, save yourself the work. You can use
the Year([YourDateField]) function to calculate that value on the fly, in
your queries, and/or forms and/or reports. If you already have a date
stored, don't bother storing redundant data.

Good luck

Jeff Boyce
<Access MVP>
 
T

tom

BTW... you shouldn't save calculations from other fields... do them at
runtime...

Tom.
 

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

Top