EX: 6 tables (Table1, Table2 ... Table6)
All tables have the following columns:
ProjectID [String]
RevisionDescription [String]
RevisionDate [DateTime]
I want to use the RevisionDate column to determine
the last revision and the ProjectID column to determine
the project relationship.
Need to return return RevisionDescription & RevisionDate
of last revision where ProjectID = "Proj123"
Any help would be greatly appreciated... thanks!
All tables have the following columns:
ProjectID [String]
RevisionDescription [String]
RevisionDate [DateTime]
I want to use the RevisionDate column to determine
the last revision and the ProjectID column to determine
the project relationship.
Need to return return RevisionDescription & RevisionDate
of last revision where ProjectID = "Proj123"
Any help would be greatly appreciated... thanks!