M
Max Moor
Hi All,
I want to make a query that will return a list of prices calculated
from a base price and a formula that includes an index, like:
Value = BaseValue + (BaseValue * StepAmount * Index)
Index always runs from 1 to some higher integer value. I thought I
would define a table full of integers, and use that in the query for the
index, but there is no way to link it to the table with the BaseValue and
StepAmount. Also, I figure there has to be a better way than that.
I've been digging around in help, but can find what I need. Can
anyone clue me in?
Thanks, Max
I want to make a query that will return a list of prices calculated
from a base price and a formula that includes an index, like:
Value = BaseValue + (BaseValue * StepAmount * Index)
Index always runs from 1 to some higher integer value. I thought I
would define a table full of integers, and use that in the query for the
index, but there is no way to link it to the table with the BaseValue and
StepAmount. Also, I figure there has to be a better way than that.
I've been digging around in help, but can find what I need. Can
anyone clue me in?
Thanks, Max