T
TimH
Thank you in advance!
I have a TxtName unbound and i would like to populate it with the
name(LastName, FirstName) that is bound to iether ID(primaryKey) or
SSN(bound).
something like :
If len(SSN) =>0 Then
txtName = "Me.ID" & "LastName, " & "FirstName"
End if
I have tried to run this code in a number of event but it is not working.
Please Help.
I have a TxtName unbound and i would like to populate it with the
name(LastName, FirstName) that is bound to iether ID(primaryKey) or
SSN(bound).
something like :
If len(SSN) =>0 Then
txtName = "Me.ID" & "LastName, " & "FirstName"
End if
I have tried to run this code in a number of event but it is not working.
Please Help.