Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calculation Question in MS Access db

Status
Not open for further replies.

yankinsf

Technical User
Sep 25, 2003
15
US
I am not able to get the 'Total'on a form which has two subforms,one within the other.
The subtotal in the 1st subform is a calculated field from another subform inside the 1st subform.
How do I do this without using VB code?
Appreciate your tips

Sam
 
Put this expressioon into the control source for the control:

=(expression/[referenced_control])

If I take a peek in your Windows, to fix a problem, does that make me a "Peeping Tom"? Hmmmmmmmmmm
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top