sort a textbox

  • Thread starter Thread starter Jason
  • Start date Start date
Jason said:
Hi,

How can i sort a textbox when a form opens?

Since a TextBox contains a single piece of data I don't know what "sorting"
it would mean. Do you mean you want to sort a set of records using the
field displayed in a particular TextBox?
 
Rick said:
Since a TextBox contains a single piece of data I don't know what "sorting"
it would mean. Do you mean you want to sort a set of records using the
field displayed in a particular TextBox?
yep
 
Back
Top