D
davewaltonuk
Guest
Hi there
I have quite a long winded complex database
i have performed queries to calculate points and i would like the query to store the points back in the table
ie
field 1 field 2 field 3
11 55 0
12 666 0
13 764 0
14 54 0
should read
field 1 field 2 field 3
11 55 55
12 666 666
13 764 764
14 54 54
I woiuld of thought it would be as simple as putting in the criteria of field 3 =[field2], however this produces blank values
can anyone help i have attached 3 pictures of my problem
I have quite a long winded complex database
i have performed queries to calculate points and i would like the query to store the points back in the table
ie
field 1 field 2 field 3
11 55 0
12 666 0
13 764 0
14 54 0
should read
field 1 field 2 field 3
11 55 55
12 666 666
13 764 764
14 54 54
I woiuld of thought it would be as simple as putting in the criteria of field 3 =[field2], however this produces blank values
can anyone help i have attached 3 pictures of my problem