I've been playing with this for a few hours and i can't seem to grasp the obvious. I need to find out all the records that don't have a corresponding version 1.
Table: Documents
Field1: DocNumber
Field2: Version
DocNum Version
1234 1
1235 1
1235 2
1235 3
1236 1
1237 2
1238 1
1239 3
1240 1
1240 1
i should get 1237 and 1239 with the example above. I wouldn't be here asking for dumbie 101 training if I did though. Thanks for any help in advance.
Table: Documents
Field1: DocNumber
Field2: Version
DocNum Version
1234 1
1235 1
1235 2
1235 3
1236 1
1237 2
1238 1
1239 3
1240 1
1240 1
i should get 1237 and 1239 with the example above. I wouldn't be here asking for dumbie 101 training if I did though. Thanks for any help in advance.