Bear35805
October 19th, 2009, 02:34 PM
Ok I have seen this in other programs. What I want to do is present a record to the user that has multiple fields and let the user tell me where the field breaks are by clicking between where one field ends and the next begins. For a simple example FredSmith would be two fields, and the user can click between the "d" and "S" to tell me that First Name ends after the d and last name begins at the S. I want to do this in my program, anyone have any ideas what control to use, and can point me in the right direction on how to implement it?