I have two tables: tblFarm and tblTract. The relationship between them is that multiple tracts may be associated with a single farm. However, there may be farms that have no tracts associated with them. I need to build a report that returns all the farms in the database and also shows all the tracts associated with each farm. The report will be based on a query, but I'm not sure what the query should look like. It needs to return all of the farms, regardless of whether or not they have any tracts registered to them, and all of the tracts registered to each farm.
tblFarm : FarmID[pk], FarmName
tblTract : TractID[pk], TractName, FarmID[fk]
Thanks,
Duluter (a noob)
tblFarm : FarmID[pk], FarmName
tblTract : TractID[pk], TractName, FarmID[fk]
Thanks,
Duluter (a noob)