circular formula in Access 2000 or 2002

  • Thread starter Thread starter rafik
  • Start date Start date
Hi Rafik,

Access is not like Excel where you can have multiple
circular references and go through many iterations. I
think that if you want to use circular references in
Access you would generally have to use VBA or a linked
Excel sheet.

But, for the formula that you provided, I believe that
you could just use:

C = (A + B) / .997

HTH, Ted Allen
 
Access is not like Excel where you can have multiple
circular references and go through many iterations. I

??? you can't have circular references and interate
in Excel can you ??? unlike older spreadsheets it
resolves and compiles all references ???

(david)
 
Hi David,

Well, I have to admit I haven't had a need to use
circular references for some time (at which time I was
using Quattro Pro). But, as far as I know most (or
possibly all) versions of Excel will let you use circular
references, but will only do a set number of iterations.
Currently I have Office XP, and it will only resolve
circular references over the number of iterations
specified under Tools|Options on the calculation tab.

I agree though, that Excel's approach is much different
than say the old Quattro Pro version, which seemed to
handle them better.

-Ted Allen
 
Back
Top