Its because the field name is two words, try enclosing it in bracets:

dtaData.Recordset.sort="[Last Name]"

When designing your database I find that two word names for fields aren't worth the hassle and should be avoided.