G
Guest
I have a main form called "Properties". I have a Pop-Up Subform called
"Total Operating Expenses". Both forms use the same database table. On the
"Properties" form I have a button called Total Operating Expenses. Right
next to the button, I have a field called Operating Expenses which should
pull the total value from the "Total Operating Expenses" form for that
record. It isn't.
When I click that button next to the field, the "Total Operating Expenses"
form pops up just fine. There are a bunch of expense fields on that form and
then I have a summary field at the bottom that sums up all expenses. The
formula works fine. And the pop-up form displays the extended information
for that database record successfully. So when I'm on Record #1, and I click
the Total Operating Expenses button on Record #1, it shows the expenses
associated for Record #1 just fine. Same for Record #2 and so forth.
Here's the problem... The value on my "Properties" form right next to the
Total Operating Expenses button is displaying #Name? I'm having trouble
pulling the value from the sub-form back into the main form.
I need the total sum value in the "Total Operating Expenses" form to display
correctly on my "Properties" form FOR THAT RECORD. The field on the
"Properties" form is called Operating Expenses. The field on the pop-up form
is called "Total Operating Expenses". The control source for Operating
Expenses on the "Properties" form is as follows.... =Forms![Total Operating
Expenses]![Total Operating Expenses].
I think the field on my properties form is having trouble grabbing that
field from the subform. How can I get this field to grab from the right
information for that record? So if I'm on record #2, I need it to grab Total
Operating Expenses from Record #2 in the Total Operating Expenses form.
Please help.
Thanks.
Frank
"Total Operating Expenses". Both forms use the same database table. On the
"Properties" form I have a button called Total Operating Expenses. Right
next to the button, I have a field called Operating Expenses which should
pull the total value from the "Total Operating Expenses" form for that
record. It isn't.
When I click that button next to the field, the "Total Operating Expenses"
form pops up just fine. There are a bunch of expense fields on that form and
then I have a summary field at the bottom that sums up all expenses. The
formula works fine. And the pop-up form displays the extended information
for that database record successfully. So when I'm on Record #1, and I click
the Total Operating Expenses button on Record #1, it shows the expenses
associated for Record #1 just fine. Same for Record #2 and so forth.
Here's the problem... The value on my "Properties" form right next to the
Total Operating Expenses button is displaying #Name? I'm having trouble
pulling the value from the sub-form back into the main form.
I need the total sum value in the "Total Operating Expenses" form to display
correctly on my "Properties" form FOR THAT RECORD. The field on the
"Properties" form is called Operating Expenses. The field on the pop-up form
is called "Total Operating Expenses". The control source for Operating
Expenses on the "Properties" form is as follows.... =Forms![Total Operating
Expenses]![Total Operating Expenses].
I think the field on my properties form is having trouble grabbing that
field from the subform. How can I get this field to grab from the right
information for that record? So if I'm on record #2, I need it to grab Total
Operating Expenses from Record #2 in the Total Operating Expenses form.
Please help.
Thanks.
Frank