M mmedia New member Local time Today, 16:31 Joined Oct 12, 2004 Messages 5 Nov 4, 2004 #1 I need to know , how to add the value from a field in table1 to the value of a field in table2 , and give me the total. Thats it.... HELP NEEDED!!!!!
I need to know , how to add the value from a field in table1 to the value of a field in table2 , and give me the total. Thats it.... HELP NEEDED!!!!!
R Rich Guest Nov 4, 2004 #2 Use a query or a calculated control, =Field1+Field2 or =Nz(Field1)+Nz(Field2)