Stupid Question of the day...
On Form Load = DoCmd.ShowToolbar "Ribbon", acToolbarNo (Removes Ribbon)
But
Can one still have a Customised Quick Access Toolbar showing?
Kind Regards
Mark
On Command Button [Update] = Requery + unhide Form1 then Close Form2:
How to I set the focus of form1 [FA003].Field to match that of form2’s [FA004].field?
Please see attached.
Thank you
Mark
How can I disable the unnecessary Message Prompts when not needed?
The form works if the user enters the password correctly, but if a user enters the password incorrectly,
...then enters it correctly, the other Message Prompts (intLogonAttempts-2 & 3) comes up before moving on to where it’s...
I got these Errors 2950 (Access 2007) & 3270 (Access 2010) when trying to open a Print Preview of an Active Form.
Did a search and most sites suggest to check the Macro Security, add a Folder as safe in the Trust Centre or to change the setting of the Sandbox Mode in your Registry from 3 to...
Is it possible to replace the FormName in the DoCmd.OpenForm with a Form Value?
I have a table with form names & codes, I’ve made a Main [Continuous Form] Menu listing Sub Menus…
x1 | MFN | x2
------------------------
1 | FA001| Company
2 | FA002| Employees
With Add & Modify Buttons...
Hi, hope someone can help...
Is there a way to ‘Deactivate’ the Navigation Pane while a Form is open?
I have a Custom Navigation Pane that I want to deactivate while a Form is open, so for the duration of the active Form one can’t click on any other selection on the Navigation Pane then on...
Hi, Hope someone can help…
I have a form to add new Accounts, one of the fields is a Combo Box listing Street Names for a specific area, if a street name doesn’t exist I have a command button calling a Pop Up Form to enter the new Street Name, coping the area code from the New Account Form...