A
Anthony
I have a database where both Last Name and First Name are
combined in a single field. ie, Jones, Laura. For
comparison purposes I need to compare only the last name
within this field to another table.field that is only the
last name. Length of last name and position of comma vary
from record to record so MID and Left commands don't seem
to work.
Is there a command that will allow me to isolate only the
characters that exist left of the comma?
combined in a single field. ie, Jones, Laura. For
comparison purposes I need to compare only the last name
within this field to another table.field that is only the
last name. Length of last name and position of comma vary
from record to record so MID and Left commands don't seem
to work.
Is there a command that will allow me to isolate only the
characters that exist left of the comma?