G
Guest
I have a table that builds from a virtual information exchange system. The
data that comes in isn't always clean. The exact goal of the database I'm
building is to get the data, clean it, and send it out.
How do I write a query to check the table for blank records (or fields, I'll
explain) and delete only the blanks making sure it will even delete a blank
record if it is the last one.
The data that imports goes to a one field table even though the records
coming in are many fields we treat each as a one field record while it is
inside this DB.
data that comes in isn't always clean. The exact goal of the database I'm
building is to get the data, clean it, and send it out.
How do I write a query to check the table for blank records (or fields, I'll
explain) and delete only the blanks making sure it will even delete a blank
record if it is the last one.
The data that imports goes to a one field table even though the records
coming in are many fields we treat each as a one field record while it is
inside this DB.