G
Guest
I have a table that in Field 1 has A, B, and C data. There are numerous
records (rows) with either A, B, or C in this field. For each occurrence of
A, B, or C there is Field 2 that has the value C, D, E, or F. I want a
query that can look at each occurrence of data A, and if the value is only C,
return one occurrence of data A. I want the query to be able to go on to data
B and C and test for the condition. I see no way to do this without writing
vb programming which I do not know how to do. Thanks for any help that can
be provided.
records (rows) with either A, B, or C in this field. For each occurrence of
A, B, or C there is Field 2 that has the value C, D, E, or F. I want a
query that can look at each occurrence of data A, and if the value is only C,
return one occurrence of data A. I want the query to be able to go on to data
B and C and test for the condition. I see no way to do this without writing
vb programming which I do not know how to do. Thanks for any help that can
be provided.