Hi - I have a screen with 2 grids, one contains information from the Invoice table and the second pulls from the InvoiceLine table. They both contain the 'RefNumber' field from the Invoice table. What I want to do is create a button that has actions that filter the grids to only display the invoices that are checked off in the Invoice grid. What series of actions can be used to do this?
In other words, I want to be able to select the rows in the Invoice grid that I want to view, then click a button that will filter both grids to only display the rows that are checked off in the Invoice table.
Thanks, Birch