Here’s my scenario:
- Every day I make a plan, I screenshot the plan and put it in a ‘plan’ table
- Every day I might make 3 trades, each of which are stored in another ‘trades’ table
- I have an interface where I review my daily ‘daily review’ table
I would like to include in my ‘daily review’ interface, a grid showing all the trades for the day (so the daily review’ interface would need to list trades with the same date as is on the daily review table/interface. Each day could have many trades. But a specific trade can only belong to one date. I am not sure how I can do this.
Can anyone help?