You can use the Replace() function to replace any occurrence with the full "Elizabeth".
e.g.
Loop through table
For each record, Replace(name,"Elizh","Elizabeth")
End loop
If Elizh is anywhere, it gets replaced. f it doesn't exist in a record, nothing happens.