Forum Discussion
Create multiple relationships from Date table to multple tables
Hello,
I have a Date table that I use to filter and toggle between selected dates. I also have a table of the data tha I display, 2019ScrapData. 2019ScrapData has a Date column that I relate back to my Date table. Easy. Now I have another table called qryCellGoals. This also has a date column. I want to relate the qryCellGoals date column to my Date table so the qryCellGoals changes in sync with the 2019ScrapData when a specific date range is selected. Here is the error I'm getting. What am I doing wrong and how can I fix this?
Thank you so much!
Justair07 you have multiple things going on, many to many relationship (* on both side of the relaionship) and also showing two arrows in the relationship diagram shows if cross filter is "both" or not. You want to avoid cross filter to both for performance.