Calculated field..from sub-form (1 Viewer)

mcclunyboy

Registered User.
Local time
Yesterday, 21:50
Joined
Sep 8, 2009
Messages
292
Hi,

I am trying to subtract 4 fields from each. These are "totals" within a sub-form.

On the main form want to take 1 of those fields and subtract the other three. For some reason I keep getting the #!type error after I include more than one text box. Any help would be appreciated:The following is basically what I have:

Code:
[sub_detail]![text43]-
[sub_detail]![text27]-
[sub_detail]![text43]-
[sub_detail]![text27]

Eventually I will need to take the calculated figure and assign it to the right field in the record source but I'd like to get the right value first.

Thanks
 

maw230

somewhat competent
Local time
Yesterday, 23:50
Joined
Dec 9, 2009
Messages
522
Not sure if im reading this right, but I think I would use a query to make those calculations.
 

Users who are viewing this thread

Top Bottom