gracegrenier
Registered User.
- Local time
- Today, 03:47
- Joined
- Aug 31, 2012
- Messages
- 11
Hello all,
In Access 2010, I have a form called "Production" and a subform called "PWD" that only gets called for special forms in "Production." Before I put the forms in a Navigation Form, I had a field in "PWD" with a default value from an auto number in the "Production" form. In the properties for Defaul Value I simply used
=[Forms]![Production Entry Form]![Batch #]
the batch # is the auto number. When I put these forms in a Navigation Form called "Production Switchboard" the default value in the subform stopped working. I tried all kinds of things trying to referrence the Navigation Form, but nothing has worked. This referrence is the last one I tried, but still doesn't work
=[Forms]![ProductionSwitchboard]![NavigationControl0].[NavigationParent].[Form].[Field List].[Batch #]
Does anyone know what would work?
Thanks
gg
In Access 2010, I have a form called "Production" and a subform called "PWD" that only gets called for special forms in "Production." Before I put the forms in a Navigation Form, I had a field in "PWD" with a default value from an auto number in the "Production" form. In the properties for Defaul Value I simply used
=[Forms]![Production Entry Form]![Batch #]
the batch # is the auto number. When I put these forms in a Navigation Form called "Production Switchboard" the default value in the subform stopped working. I tried all kinds of things trying to referrence the Navigation Form, but nothing has worked. This referrence is the last one I tried, but still doesn't work
=[Forms]![ProductionSwitchboard]![NavigationControl0].[NavigationParent].[Form].[Field List].[Batch #]
Does anyone know what would work?
Thanks
gg
Last edited: