Hi! Anyone has a template of a report that shows all the “Order Details” data when clicking a button?
I can’t seem to figure out how to use the Parent and Child relationship to create mine.
I have:
- Orders Table: with customers, price, payment method, order date info
- Order Details Table: with Orders product info (referenced by Orders table)
- Report table that adds a row everytime someone clicks a button and triggers the report to be sent
But I can’t seem to be able to report from tables 1 and 2 when triggering from 3.