Is there any WhatIf or GoalSeek function in Access ?
Here is what I need:
I have a table with about 500 records.
I want to take one field intNumberOfPeople, multiply it in the number I'm looking for (X) that can be any number between 0 to 1. finaly I need to Round the result (Again, it's number of people)
Now I need to sum all the Rounded multiplied numbers and get as close as I can to a constant number constY
constY = Sum(Round(intNumberOfPeople * X))
any idea ?
Thanks,
Tal
Here is what I need:
I have a table with about 500 records.
I want to take one field intNumberOfPeople, multiply it in the number I'm looking for (X) that can be any number between 0 to 1. finaly I need to Round the result (Again, it's number of people)
Now I need to sum all the Rounded multiplied numbers and get as close as I can to a constant number constY
constY = Sum(Round(intNumberOfPeople * X))
any idea ?
Thanks,
Tal