Search results

  1. M

    Access 2007: Quick Access Toolbar

    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
  2. M

    Requery & Focus of a Hidden Form

    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
  3. M

    Login Form - unnecessary Message Prompts

    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...
  4. M

    Error Codes: 2950 & 3270

    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...
  5. M

    Replace "FormName" in DoCmd.OpenForm with Value

    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...
  6. M

    ‘Deactivate’ the Navigation Pane

    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...
  7. M

    On Closing a PopUp to Set Focus in OpenForm?

    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...
Back
Top Bottom