I know how to make it so menus will show, not show with:
DoCmd.ShowToolbar "Any Menu I Want", acToolbarNo
DoCmd.ShowToolbar "Custom Menu", acToolbarYes
But I do not want to use this DoCmd to not show all menus.
I want to be able to close all menus including custom menus...
What I am trying to do is use a form, frmCustomerAccountLookup, as a search form. I already have my frmCustomerInformation form open, I click on a search icon to open the form frmCustomerAccountLookup. frmCustomerAccountLookup is a continuous form listing CustomerID, CustomerName...
I am trying to go to a record on one form based on a value from another form. I need help with the code. The below code is not working.
Function GotoCustomerAccount()
DoCmd.GoToRecord acForm, "frmCustomerInformation", acGoTo, Forms!frmCustomerInformation!CustomerID =...
I would like to change the MS Access Application background color to fit into my color scheme of my forms and other object. I know the application background color can be changed under 'Start - Settings - Control Panel - Display', but I do not want my users manually making the color change. I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.