Keith
Registered User.
- Local time
- Today, 08:14
- Joined
- May 21, 2000
- Messages
- 129
I have a form frmUpdateSubs with a subform frmSubTransTemp. I have a control Running Total on the main form with a control source of
Every thing works ok when I open frmUpdateSubs.
I have a main form frmMain with an option group 'Menu Options' and a control 'DisplayPanel'. I have a select case function for menu options that selects the source object of DisplayPanel. I have added a button to the option group to make the DisplayPanel.sourceObject = "frmUpdateSubs" When I click the button frmUpdateSubs opens but I get an error #Name? in Running Total.
I have tried all the combinations for reference in this link with no success. Could someone please point me in the right direction.
Code:
=Nz([Forms]![frmUpdateSubs]![frmSubTransTemp]![txtSum],0)
I have a main form frmMain with an option group 'Menu Options' and a control 'DisplayPanel'. I have a select case function for menu options that selects the source object of DisplayPanel. I have added a button to the option group to make the DisplayPanel.sourceObject = "frmUpdateSubs" When I click the button frmUpdateSubs opens but I get an error #Name? in Running Total.
I have tried all the combinations for reference in this link with no success. Could someone please point me in the right direction.