The problem that you might have with this approach is that some people have Last Names that have more than one name, like Van Dusen or something.
What about the following approach... (I believe it is possible)
Have 3 fields, First name, Last Name and Name
First Name and Last Name are Unbound, but bind the Name field to the field in your database and set the Text to =[txtLastName] & ", " & [txtFirstName].
If that doesn't work have the user enter the Last Name first, on the lost focus event, set the Name field to the Last Name, and then on Lost Focus for the First name, set the Name field equal to Name & ", " & FirstName
Hope that helps,
Mike
Mike
EchoVue.com
|