I am trying to create a grid that has the Item, Quantity, and Rate fields from the InvoiceLine table. The 4th field that I need to include in this grid is the RefNumber from the Invoice table. I have already created my grid based off of the InvoiceLine table that has the first 3 fields (this grid is detached because I am creating it on a screen linked to the Invoice table), but I am having trouble pulling the RefNumber from the Invoice table.
Basically, if I have an invoice that is RefNumber 12345, I want to view the line detail (item, quantity and rate) for that invoice. So, if there were 5 items on invoice 12345, the RefNumber of 12345 would be listed 5 times next to each line item.
Thanks,
Birch