So I have a table called StockTable with the following fields
Location, Status, Serial, Make, Model, LastDate, DotNumber
I also have a table called FCDateRange with three fields
DateStart DateEnd and DotNumber
For example
3/7/13 – 3/13/13 - 1
3/14/13 – 3/20/13 – 2
Im trying to figure how to...