Hello,
I have just quite worringly discoevered that my append query isn't working as i'd hoped.
Basically, in the design view i have sorted the data (or so i thought) by contract number and then appended the data by the Last value.
The worrying thing is that the sort seems to have been erradiacted, or at very least is secondary to the picking the last row.
Is there anyway i can ensure the data is sorted before the last row is selected, or do i have to create additional queries that sort the data first, as this will be a real pain.
E.g
Ctrt_Num Mtr_ID
12345 700
54321 700
12345 700
12345 700
What i would like is for the data below to be returned, instead of the last row of the above.
Ctrt_Num Mtr_ID
54321 700
Cheers
OOch
I have just quite worringly discoevered that my append query isn't working as i'd hoped.
Basically, in the design view i have sorted the data (or so i thought) by contract number and then appended the data by the Last value.
The worrying thing is that the sort seems to have been erradiacted, or at very least is secondary to the picking the last row.
Is there anyway i can ensure the data is sorted before the last row is selected, or do i have to create additional queries that sort the data first, as this will be a real pain.
E.g
Ctrt_Num Mtr_ID
12345 700
54321 700
12345 700
12345 700
What i would like is for the data below to be returned, instead of the last row of the above.
Ctrt_Num Mtr_ID
54321 700
Cheers
OOch