I have two tables:
Invoices
Time
Invoices has a project, start date and end date.
Time has a project, start date and hours.
I’m trying to find all the time records between the Invoice start and end dates for a project and assign them to the invoice. But when I try to find the time AT only allows static choices, not dynamic. How can I make this work?



