JennieFernandes
Programmer
I have a table with the following information: "PersonName", "PurchaseQuantity", "YearOfPurchase".
I am trying to prepare a form so as to represent this information in a matrix. I have YearOfPurchase (eg.: 2004, 2005, 2006...) as the column header and PersonName (eg.: Tom, Ron, John.....) as the row header. Such that the form would have to query the table to fill in the correct "PurchaseQuantity". Any suggestions of how to do it.
Jennie.
I am trying to prepare a form so as to represent this information in a matrix. I have YearOfPurchase (eg.: 2004, 2005, 2006...) as the column header and PersonName (eg.: Tom, Ron, John.....) as the row header. Such that the form would have to query the table to fill in the correct "PurchaseQuantity". Any suggestions of how to do it.
Jennie.