J
JohnM
How should I phrase a Query to run a SELECT statment on a number field of a
table where the criteria is something like the following...
SELECT Table.Field
FROM Table.Field
WHERE Table.Field <>0 AND COUNT ([Table.Field])<>7
The table has numerous NULL fields that I need to ignore and I then need to
find any fields that don't contain a 7 digit number. A simple solution would
be much appricated.
J.
--
Select as appropiate:
You are welcome.
Thank you.
In Anticipation.
Regards.
See Ya!
table where the criteria is something like the following...
SELECT Table.Field
FROM Table.Field
WHERE Table.Field <>0 AND COUNT ([Table.Field])<>7
The table has numerous NULL fields that I need to ignore and I then need to
find any fields that don't contain a 7 digit number. A simple solution would
be much appricated.
J.
--
Select as appropiate:
You are welcome.
Thank you.
In Anticipation.
Regards.
See Ya!