Group: microsoft.public.access · Group Profile · Search for Weatherid in microsoft.public.access
Author: Public
Date: Feb 7, 2007 11:16
I think 1 is correct EXCEPT that you have the relationship backwards. SectionID should go in the progress table rather than ProgressID going in the section table and ReachID should be removed from tblProgress. Progress is your daily report and you want to report which sections you worked on which days. tblProgress should be: ProgressID SurveyDate TeamID WeatherID SectionID Comments
|