Delete a field if the field is blank for all records
Here is the command to delete a field (column) from the database if all of the records are blank in that field.
*!* Get Field Name *!* Count records that are not empty *!* Create a Delete Column String if Count is 0 *!* Run AlterString line |