G
Guest
Is there a simple way to determine if there are values in a row in an Access
or SQL Server table (other then the primary key)?
I know one way would be to concatenate the columns by name and test the
length of the resulting string, but I have several tables that have different
column names. Basically, the tables store filtering data to build a where
clause for a report interface and I want to provide a visual alert that a
filter has been set.
I'm wondering if there is a function that does this.
Paco
or SQL Server table (other then the primary key)?
I know one way would be to concatenate the columns by name and test the
length of the resulting string, but I have several tables that have different
column names. Basically, the tables store filtering data to build a where
clause for a report interface and I want to provide a visual alert that a
filter has been set.
I'm wondering if there is a function that does this.
Paco