C
Cameron
I am creating a training database. One of the modules has three sub modules
all of which have to be done before the module is regarded as completed. We
record the dates the the sub modules are completed and wind up with data that
looks like this:-
StaffName ProgrameName FinishDate
Joan Smith Sub-Module 1 01/01/2007
Joan Smith Sub-Module 2 10/01/2007
Joan Smith Sub-Module 3 17/01/2007
Peter Jones Sub-Module 1 01/01/2007
Peter Jones Sub-Module 2 22/01/2007
Peter Jones Sub-Module 3
I am trying to write a query which will update the master table with the the
Total Module name and show the last of the three dates.
Is this doable or am i dreaming?
regards
all of which have to be done before the module is regarded as completed. We
record the dates the the sub modules are completed and wind up with data that
looks like this:-
StaffName ProgrameName FinishDate
Joan Smith Sub-Module 1 01/01/2007
Joan Smith Sub-Module 2 10/01/2007
Joan Smith Sub-Module 3 17/01/2007
Peter Jones Sub-Module 1 01/01/2007
Peter Jones Sub-Module 2 22/01/2007
Peter Jones Sub-Module 3
I am trying to write a query which will update the master table with the the
Total Module name and show the last of the three dates.
Is this doable or am i dreaming?
regards