I have name field with 150,000 records and due to some data enrty error i need to compare names for '00 vs. '01. I need some help with the left function.
Dominguez, Sandra L.
Smith, Linda
I need to have a end result of :
Dominguez, S
Smith, L
can I use
Left([CUSTOMER],"," 1)
thanks . . need help with syntax
erwin
Dominguez, Sandra L.
Smith, Linda
I need to have a end result of :
Dominguez, S
Smith, L
can I use
Left([CUSTOMER],"," 1)
thanks . . need help with syntax
erwin