I am assuming that you have the two fields displayed in textboxes on your
form now and want the sum of the two to be displayed in a third textbox.
Open the form in design view, click on one of the textboxes, press CNTRL-C
and then CNTRL-V. This creates a copy of the textbox. Click on menu VIEW -
Properties. Click on the textbox NOT copied. Highlight the information in
the Control Source and press CNTRL-C. Click on the textbox copy and using
CNTRL-V paste into the Control Source the information just copied WITHOUT
over writing what is already there.
Edit the Control Source information to look something like this --
=[First Source Info] + [Second Source Info]
This will display the sum of the two orignal fields.