circular reference in querys

  • Thread starter Claire Rohan via AccessMonster.com
  • Start date
C

Claire Rohan via AccessMonster.com

Hi there

I have a query (based on my main table) which includes a calculated
expression field called Leverage. I need to create a field called Current
Weighting which iscalculated as: Leverage of each record/sum of Leverage for
all records. I havent been able to make this work without creating a circular
reference. Can anyone help?

Many thanks
 
M

mnature

Create a separate query that only creates the sum of all Leverages. Then use
that query within your other query, as the source of the summation.
 

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