hi codecruiser, thank you for the input. i am sorry for the late response, i had been sick for the past few days. i have had a day to try out your solution, but have failed to produce a desired result especially when i deploy my program to a server.
in a bid to follow through with my original question, i have tried the properties associated with the table adapter for me to access the command text. and fortunately, i have found a solution. Instead of using TableName.SelectCommand right away, it would be TableName.Adapater.SelectCommand.CommandText.
In reference to my example for my original question, i was able to edit the query via code using the following command:
_140TableAdapter.Adapter.SelectCommand.CommandText = "Select * From ...."
In any case, I thank you for your willingness to help.