using formulae in access table

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

Guest

I am trying to put an expression in a 3rd field to subtract "quantity
remaining" from "quantity" using the default value i.e whatever happens in
the other two fields i want the default value of the third field to be
automatically calculated. Any ideas folks
Ted.
 
As posted all the time in these newsgroups, you don't store a calculated
value in the table. You calculate it in your forms, reports, or queries.
Read the previous posts on calculated values if you need more details.
There are hundreds of them out there with examples and reasons not to do it.
 
Rick B said:
As posted all the time in these newsgroups, you don't store a calculated
value in the table. You calculate it in your forms, reports, or queries.
Read the previous posts on calculated values if you need more details.
There are hundreds of them out there with examples and reasons not to do it.
 
Rick B said:
As posted all the time in these newsgroups, you don't store a calculated
value in the table. You calculate it in your forms, reports, or queries.
Read the previous posts on calculated values if you need more details.
There are hundreds of them out there with examples and reasons not to do it.

--
Rick B






Tanks Rick
I'll try a different tack . I was convinced it could be done.
Ted
 

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