> Here is the body of a BAQ, which shows any part flagged as aCertainly a flag that tells one if a method exists on a part is quite good to
> manufactured part, which does not have an attached Method of
> manufacture. I think this is what you were probably after!
>
> for each Part Where Part.Company = cur-comp
> and Part.TypeCode = 'M' and
> Part.Method = no no-lock
> BY Part.PartNum:
>
> If you paste this into your own BAQ, and select any fields you desire
> returned by the query, it should work for you.
know! That makes this particular BAQ extremely easy, now doesn't it? ;-)
In a more general sense, I am used to looking for missing records using SQL
statements by doing an outer-join and then searching for a null field in the
target set. Just out of curiosity, is there a way to do something similar with
Progress in a BAQ?
BTW, at least in our version of Vantage (8.0 and 8.03), there is no way to
paste the Progress text into the query. I've always had to use the dreaded
"Phrase Builder".
Thanks for your help!
Mark W.