Hi
How would I write a query to answer the following scenaio
I have a field (A) with consecutive numbers 10,11,12,.. If I were to select 11 in field (A) I want the value 8 from field (C) in the first recordset where A = 10 to be placed in field (B) of the second recordset where A = 11
A B C
10 5 8
11 8 4
12 4 5
ie., IF A = 11 THEN B = C FROM A-1 (WHICH IS 8)
these are values in a subform
Than you for all responses
David
How would I write a query to answer the following scenaio
I have a field (A) with consecutive numbers 10,11,12,.. If I were to select 11 in field (A) I want the value 8 from field (C) in the first recordset where A = 10 to be placed in field (B) of the second recordset where A = 11
A B C
10 5 8
11 8 4
12 4 5
ie., IF A = 11 THEN B = C FROM A-1 (WHICH IS 8)
these are values in a subform
Than you for all responses
David