benu302000
Programmer
I'm new to this whole access thing, and don't know a whole lot about visual basic objects. I'm trying to put together a heirarchical form that starts with a list box full of rows of billets. I want to make it so that when you select a billet, and click a command button, it will launch a new form that draws on data related to what you selected in the list box in the first form. In this case it the new form would be drawing on a table of billet history. Any idea how I implement this? What object types and data members would allow for this? Thanks