cclark9589
Registered User.
- Local time
- Today, 08:23
- Joined
- Sep 22, 2008
- Messages
- 79
Not sure if I can adequately explain this so I've attached some screen shots that hopefully provide a better picture.
I have 3 subforms attached to my time card: one for billable hours, expenses, and non-chargeable hours. The subforms appear on tabbed pages on the time card. Below each subform there is a "Total" field. Totals display properly on the first two tabs; hours and expenses however no matter what I try I can't get the non-charge hours total to display. All I get is #Name? error and I think once #Error. Nothing that I've tried has worked.
Below is the code from the expense subform:
=[Time Cards Expense Subform].Form![Total Expenses]
Here is the code from the non-chargeable subform:
=[TimeCardNonChg Subform].[Form]![NonChgHrs]
As best as I can tell I'm grabbing from the proper location which I think is in the subform header area.
Could someone take a look at the screen shots and maybe let me know what the heck I'm doing wrong and how to fix it? Keep in mind I'm an Access idiot so you may have to go reaaalllll slow.
Thanks.
I have 3 subforms attached to my time card: one for billable hours, expenses, and non-chargeable hours. The subforms appear on tabbed pages on the time card. Below each subform there is a "Total" field. Totals display properly on the first two tabs; hours and expenses however no matter what I try I can't get the non-charge hours total to display. All I get is #Name? error and I think once #Error. Nothing that I've tried has worked.
Below is the code from the expense subform:
=[Time Cards Expense Subform].Form![Total Expenses]
Here is the code from the non-chargeable subform:
=[TimeCardNonChg Subform].[Form]![NonChgHrs]
As best as I can tell I'm grabbing from the proper location which I think is in the subform header area.
Could someone take a look at the screen shots and maybe let me know what the heck I'm doing wrong and how to fix it? Keep in mind I'm an Access idiot so you may have to go reaaalllll slow.
Thanks.
Last edited: