Hi folks, thank you for your replies, I'm attaching an Excel sheet exported from a table I created and tidied up that needs the "no data" lines deleting. As you will see the dates are contiguous and naturally include weekends which are highly likely to not have data. Naturally, customers don't order every day so depending on the customer (this sheet is for only one customer) there may be an order every week day or perhaps only a few a month, or anything in between. There's nominally 7 years of data for each customer which will allow reports showing trends, cycles, etc. which will be useful although I expect to set up an archiving system to retain a max 5 year period.
@arnelgp thanks, I'll give your suggestions a try later, although I might need to pick your brains a bit to do so if that's ok?
@The_Doc_Man thanks, although I'm starting with Excel imports I am already doing as you suggest (stages) as I agree it's easier in Access. Thanks for the reminder about repairing, I'd forgotten about that. It's been 9 years since I did anything on databases so back on a steep learning/remembering curve

Regarding any "pattern" if folk mean any kind of uniform repeat in the data I'm certain it will not exist so I'm looking for a method that will cover all variations but specifically only delete a date row if there are no numbers in the columns D, DH, etc. (They're types of product with quantity ordered so always integers)
I have 45 sheets (customers) to do, each customer has 3 worksheets (1 per ~2 year period) (total 135 sheets). I'm currently importing the 3 sheets for one customer at a time, integrating them and then creating one table per customer meaning approx 2,600 records with 86 data columns per customer, then deleting redundant tables/queries and on to the next...
Once I have finished sanitising the incoming data I will create a table that will include the data from all the customers e.g.
OrderNo
LineNo
DateID
CustomerID
ProductID
Quantity
With OrderNo and LineNo a combined Primary Key
I really appreciate everyone's input



Many thanks