I'm building an Income Statement. I'm using a prompt to ask the user what is the current financial period and asking them to enter a number between 1 and 12. I'm feeding their response to a variable. The part I'm having trouble with is equating that variable to one of the 12 measurement fields that hold period data. They have names such as [Amount Net Posting 001 (GbAn01)], etc. What would be a streamlined process for getting that variable to be used in pulling the correct current period amount?
↧