Heres the deal: I have two worksheets named Data and Target. I need to get some of the records from the Data sheet moved to the Target sheet. The Target sheet will have the same header row already populated. The difficulty Im having is I need to base this all on the contents of the data in one column, Ill call it Column D. Its not as simple as saying I need every record that says HEYME, I need every record where the contents of column D is populated by a string made up of a letter followed by six numbers like F123456. So Select * From Data where Column D consists of an alpha followed by 6 numbers. Any ideas?