Delete empty record

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I want to delete a record in a table that has no data.
I have tried Like "" in my query but that does not work.
Please assist.
Thanks
George
 
George said:
Hi,
I want to delete a record in a table that has no data.
I have tried Like "" in my query but that does not work.
Please assist.

Whaaa....???? That's like trying to pour water out of an empty bucket.

What, exactly, are you trying to do?
 
I import a table that has some rows/records with no data. I then run a
mismatch query that picks up the records with empty cells. I would like to
performa a delete query that finds the fileds with no data and delete that
record.
Thanks MG
 
Back
Top