Hello all,
I am trying to calculating the remaining value in one field, based on second (Boolean) field in the same table.
"Table1" data
Row1 data: F1, F2, F3, 24, True (F= Field)
Row2 data: F1, F2, F3, 10, False
Row3 data: F1, F2, F3, 3, False
I want to my query to display F1, F2, F3, 11
I am using Access 2003
I have no idea where to start.
many thanks
Philfr