I have a table with all our fiscal weeks, and their corresponding start and end dates. ("Fiscal Weeks")
I have another table with projects, and the start date of each project. ("Projects")
I need to add a column to the Projects table that tells me which fiscal week the project belongs to, based on the start date of the project.
Nothing I've tried seems to work. Any thoughts?
