S
Stephen sjw_ost
Hello all,
I need your help please.
I need help with converting the following 2 Excel formulas to an Access
Query formula.
=LEFT(C2,FIND(",",C2,1)-1)
=RIGHT(C2,LEN(C2)-FIND(",",C2,1))
The cell C2 would be referencing the Access table field IDName.
I am needing this so I can separate the Last name and First name into 2
separate fields in Access.
Thanks in advance,
I need your help please.
I need help with converting the following 2 Excel formulas to an Access
Query formula.
=LEFT(C2,FIND(",",C2,1)-1)
=RIGHT(C2,LEN(C2)-FIND(",",C2,1))
The cell C2 would be referencing the Access table field IDName.
I am needing this so I can separate the Last name and First name into 2
separate fields in Access.
Thanks in advance,