Pick List
I wish to have a form that would display contents populated from an array as
follows:
Header: Description, Item#
Data: Pork Chop, 111111
Data: Frog Legs,222222
etc...
and the user could sort the data on either the Description or the Item #,
based on which "column" he is in. Does anyone know of any way to do
something like this?
|