I recently converted my completed project from ACCDB to ACCDE, since then I noticed the following code will not run.
The code is suppose to switch the navigation form from products tab to print list tab.
I've tried compliling all VBA codes, deleting unused sub routines, compact & repair, creating a new form & transfer VBA, adding this project to the trust list & enable all trust options.
When running the code it produces an error (in ACCDE). If the project is not converted then it runs without issue. Any Ideas what might be causing this?
The code sits behind the product profile form which then excutes the main form called "MainSearchForm"
Code:
DoCmd.BrowseTo acBrowseToForm, "PrintSearchQuerySubForm", "MainSearchForm.Main_Subform"
The code is suppose to switch the navigation form from products tab to print list tab.
I've tried compliling all VBA codes, deleting unused sub routines, compact & repair, creating a new form & transfer VBA, adding this project to the trust list & enable all trust options.
When running the code it produces an error (in ACCDE). If the project is not converted then it runs without issue. Any Ideas what might be causing this?
The code sits behind the product profile form which then excutes the main form called "MainSearchForm"