Hi Rak,
You can do this using an update query. Just create an update query based on your table. Choose the field with the text data you want to change.
In the 'update to' row, put: Mid$([Fieldname],2)
In the 'Criteria' field, put: Left$([Fieldname],1)="*"
Where [Fieldname]...