strublepeter
MIS
Given:
A subform -- supported by a query.
I wish the subform to display records based on a field called "Transaction Sequence". The query includes this field an is annoted as "ascending" in the sort order.
The forms works normally most of the time. However, the "Order By" property in the form, which usually contains the term "TransactionSequence" is sometimes overwritten by other field names. Once overwritten -- the user has no means to reset back to "TransactionSequence"
I would like to know how to programmatically set this field using code the "Current" or another appropriate event or whatever works.
Regards,
Pete
A subform -- supported by a query.
I wish the subform to display records based on a field called "Transaction Sequence". The query includes this field an is annoted as "ascending" in the sort order.
The forms works normally most of the time. However, the "Order By" property in the form, which usually contains the term "TransactionSequence" is sometimes overwritten by other field names. Once overwritten -- the user has no means to reset back to "TransactionSequence"
I would like to know how to programmatically set this field using code the "Current" or another appropriate event or whatever works.
Regards,
Pete