Is there a way of changing records to align themselves in alphabetical order and change the DMax counter numbers assigned to those records to match?
i.e. (I use the DMax counter on the forms "before insert" event)
can I change the following (read in two columns "count & name"):
count - name
0001 - peters
0002 - butress
0003 - anderson
0004 - simons
to:
count - name
0001 - anderson
0002 - butress
0003 - peters
0004 - simons
If not then the people entering the data will have to sort it out themselves before entering it.
If it can be done then can I also use this for a daily input and not to the whole table?
In advance
i.e. (I use the DMax counter on the forms "before insert" event)
can I change the following (read in two columns "count & name"):
count - name
0001 - peters
0002 - butress
0003 - anderson
0004 - simons
to:
count - name
0001 - anderson
0002 - butress
0003 - peters
0004 - simons
If not then the people entering the data will have to sort it out themselves before entering it.
If it can be done then can I also use this for a daily input and not to the whole table?
In advance
