Hello,
Is it possible to do a find and replace using VBA or SQL.
I would like to be able to replace fields (the attendee's name) in my attendance_table.
Each attendee's name appears multiple times in the attendance_table, so I am thinking that a loop would be the answer but I do not how to do a loop.
For example:
If a person changes their name (by marriage for example), I would like to be able to find all instances where the previous name appears in the attendance table and replace it with their new married name.
I hope this is possible.
Thank you for your time.
Is it possible to do a find and replace using VBA or SQL.
I would like to be able to replace fields (the attendee's name) in my attendance_table.
Each attendee's name appears multiple times in the attendance_table, so I am thinking that a loop would be the answer but I do not how to do a loop.
For example:
If a person changes their name (by marriage for example), I would like to be able to find all instances where the previous name appears in the attendance table and replace it with their new married name.
I hope this is possible.
Thank you for your time.