calculations from a subform

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a form with a subform. I need to subtract a feild from the
subform from a feild on the form. Also the data from the fields come from two
seperate tables. 1. Can this be done? 2. If so, how? Thanks.
 
Marc,
Use your own object names...
=Forms!frmMainForm!SomeMainField - Forms!frmMainForm!frmSubForm.Form!SomeSubformField
should do it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top