C
clarkfedor
I have a database that has a table that includes a "Spec#" field and a
"superseded spec#" field. The superseded spec# field says is the spec
that replaces the old spec. Most of the entries in this field are
blank as most specs are new. When I view/print a report, I want the
records whose spec#'s are anywhere in the "Superseded" field to not
show up.
Basically, I need a Record to be not seen when the primary key (spec#)
matches ANY number in an entire field that isnt the primary key field.
I hope I explained this so it makes sense.
"superseded spec#" field. The superseded spec# field says is the spec
that replaces the old spec. Most of the entries in this field are
blank as most specs are new. When I view/print a report, I want the
records whose spec#'s are anywhere in the "Superseded" field to not
show up.
Basically, I need a Record to be not seen when the primary key (spec#)
matches ANY number in an entire field that isnt the primary key field.
I hope I explained this so it makes sense.