I am at a roadblock trying to figure this out, maybe I have been looking at it too long. Here are the basic tables I have :
Item; ItemID, Name, Description (all possible items that may be used at locations)
Location; LocationID, StoreName, TempleteNum?? (only certain items need to be checked for each location)
Templete; TempleteID, ItemID, LocationID,TempleteNum (this is the problem...)
Inspection; InspectionID, DetailsID, Date (similar to an invoice or order )
InspectionDetails; InspectionDetailsID, ItemID, CurrentTemp (Like the details of an order form. CurrentTemp is a number I enter kindof like the quantity field in an order)
Form Goal:
Inspection ID
Date
Item Number (but only those items for the specific location as recorded in template, Item Description, currentTemp (for each item at location)
I just don't think I am thinking about the template idea correctly. Another way to describe what I am doing is like if there are 10 kinds of fruit and you have 5 produce stands. Some stands only carry certain fruits. Daily you need to take the temperature of each fruit, then report on that.
Hope someone can help