Hello,
I have a small company that uses a price estimating program that I wrote in Excel that I would like to rework in Access. The program uses a number of variables to come up with sizing dimensions for my product. The variables used to come up with the sizes of each part of my product are: ProductType, Connection, Support, and MatType. All four variables are entered by the user to get the sizes of each part of my product using an array. In Excel all the possible dimensions for each part of my product are listed in a large spreadsheet that the array references. The array looks like this:
=SUM((ProdType=colProdTypes)*(Connection=colConnec tion)*(Support=colSupport )*(MatType=colMatType)*colxx)
I'm having difficulty converting this to Access. I've tried using queries with no luck so far. Can anyone help me with this.
Thank you in advance for your assistance!!