I need to create a report. I have data in one table that represents street ranges. Example.from to street category100 200 Adams CFMH300 400 Smith CFHMThere are numeroous ranges in the table above but I need to use the category code CFMH I then have a second table that has historical information that referenced these ranges. Examplestreetno street123 Adams245 Adams333 SmithI need to pull the historical data based on the ranges.Thanks,Bill
↧