Hey everyone. I am trying to find a way to filter a VB form but am currently stuck. Right now I have two different forms, one for browsing records and one for editing them. What I would like to do is to place a command button on the product browsing page that when clicked will open just the selected record in the product edit page.
The information in the product edit page is pulled from a table called "Basic Info".
The information on the product browsing page is pulled from a query called "Main Query" which pulls the information from the Basic Info table and does some filtering and other manipulations.
Each product is assigned an ID number when its record is generated, so I would like to have the product edit form open and show only the record highlighted in the list box on the Product Browsing page. I was thinking maybe there might be a way to filter by the products ID number?
Any ideas would be greatly appreciated.
Thanks,
Sam