J
Jay
I have a table with four descriptive text fields & 16 numerical fields,
containing values between 150 and -150. It contains approx' 400,000 records.
I want to delete all values in the numerical fields between -20 and 20.
I don't know how to do this as my understanding of delete queries is
that they delete the whole record where any specified field-level
criteria are met.
Alternatively I'd like to simply Select all values < -20 Or >20 (along
with the 4 related text fields for qualifying records). However, I
don't know how to do this as when I try a Select Query with the relevant
Or criteria it displays the *whole* record (which could effectively
contain only 1 of the 16 numerical fields which is <-20 Or >20...I want
to select the record if any of the numerical fields are <-20 Or >20 but
only return the four text fields and the qualifying number field - I
want the non-qualifying number fields to be displayed as null).
If anyone could help me to do either I'd be extremely grateful.
Jason
containing values between 150 and -150. It contains approx' 400,000 records.
I want to delete all values in the numerical fields between -20 and 20.
I don't know how to do this as my understanding of delete queries is
that they delete the whole record where any specified field-level
criteria are met.
Alternatively I'd like to simply Select all values < -20 Or >20 (along
with the 4 related text fields for qualifying records). However, I
don't know how to do this as when I try a Select Query with the relevant
Or criteria it displays the *whole* record (which could effectively
contain only 1 of the 16 numerical fields which is <-20 Or >20...I want
to select the record if any of the numerical fields are <-20 Or >20 but
only return the four text fields and the qualifying number field - I
want the non-qualifying number fields to be displayed as null).
If anyone could help me to do either I'd be extremely grateful.
Jason