I am writing a small Access application that pulls in data relating to a financial trade. Each trade has two records (rows) associated with it -- there is a "pay" side and a "receive" side to the trade. I query the recordset by trade number. I wanted to simultaneous show selected fields from both sides of the trade, so I created two subforms within a form, but I am having problems trying to apply different conditions to each of the subforms so they will show different sides of the trade. How can I do this?
Maybe I need another approach entirely?
Maybe I need another approach entirely?