a2427
Nov 15th, 2000, 10:07 PM
I want to to select all records from a table where a field is not null or is not a zero length string.
SELECT * From tblTable Where fldFieldName = <<what goes here>>
thanks
SELECT * From tblTable Where fldFieldName = <<what goes here>>
thanks