R
Rich
I have viewed the MS help and set the column I want to
sort on with OrderBy DESC, but the property is not applied
(according to the documentation). However, the sort
functions are enable which allows me to manually sort the
column.
1. Do I need to code some sort of routine to apply the
sort sequence when the datasheet is loaded with the form?
2. Would a query with the sort order specified be a
possible solution rather than loading the data from a
table which is linked to a parent in this case?
3. Is there a method that would allow at "Last In First
Out" or LIFO where the ability to add a new record to this
datasheet can be a the very top rather than having to
scroll to the last line?
Thank you very much!
Rich
sort on with OrderBy DESC, but the property is not applied
(according to the documentation). However, the sort
functions are enable which allows me to manually sort the
column.
1. Do I need to code some sort of routine to apply the
sort sequence when the datasheet is loaded with the form?
2. Would a query with the sort order specified be a
possible solution rather than loading the data from a
table which is linked to a parent in this case?
3. Is there a method that would allow at "Last In First
Out" or LIFO where the ability to add a new record to this
datasheet can be a the very top rather than having to
scroll to the last line?
Thank you very much!
Rich