FLCoderMike
Registered User.
- Local time
- Today, 13:59
- Joined
- Nov 14, 2007
- Messages
- 29
Here is my issue, I have a subform within a form that is within a subform, probably bad Access, but it works for what I need and my level of Accessdom. What I cannot get to work is the last sub to open. below is my path.
DoCmd.OpenForm [Forms]!mainForm.formContainerMain.ustax_orderSearch.searchReturn.[Form].ustax_searchReturn
mainForm->(subfrom)formContainerMain->(form)ustax_orderSearch->(subform)searchReturn->(form)ustax_searchReturn
I get an error stating "Object doesn't Support this Property or Method".
Any help is greatly appreciated.
DoCmd.OpenForm [Forms]!mainForm.formContainerMain.ustax_orderSearch.searchReturn.[Form].ustax_searchReturn
mainForm->(subfrom)formContainerMain->(form)ustax_orderSearch->(subform)searchReturn->(form)ustax_searchReturn
I get an error stating "Object doesn't Support this Property or Method".
Any help is greatly appreciated.