Hi,
I was just setting up a test system on a client's machine yesterday and as
ever noticed a few problems.
One that has thrown me is to do with the order of records in a subform
(datasheet view).
The main form holds the parent records. For each parent record there are 10
(and always 10) related records. When these 10 records appear in the
subform the first field is numbered from 1 to 10.
Like so:
1 - record here
2 - record here
3 - record here
4 - record here
5 - record here
etc to 10
Yesterday I noticed that sometimes the order was changed, eg.
10
9
8
1
2
3
4
5
6
7
There is quite a bit of complexity behind the whole thing but I don't want
to confuse the issue. Is there a relatively simple way of checking the
order of records as they appear in the subform and then re-ordering them if
necessary?
Many thanks again,
Martin