Hi
I have a form which queries records by clino
it is sorting descending by seqno
something like
clino seqno data..
001 5 dataswedxex
001 4 dataswedxex
001 3 dataswedxex
I have a new record button and I would like the textbox for the seqno to populate(and actually not be able to change) with the next number in sequence.. in the example it would be 6
Thanks
Joe