Adding value of two fields in two tables

mmedia

New member
Local time
Today, 14:51
Joined
Oct 12, 2004
Messages
5
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!!!!!
 
Use a query or a calculated control, =Field1+Field2
or =Nz(Field1)+Nz(Field2)
 

Users who are viewing this thread

Back
Top Bottom