Search results

  1. W

    Age old issue maximizing

    you beauty! Thanks so much!! Cheers John
  2. W

    Age old issue maximizing

    also I should point out I think the toolbar with home and add-ins on it is actually classed as the ribbon
  3. W

    Age old issue maximizing

    Thanks John. I did already try that, well somthing similar anyway. I used the following code which previously worked in 2003 Dim z As Integer For z = 1 To CommandBars.Count CommandBars(z).Enabled = False Next z Me.Caption = "my stuff" DoCmd.Maximize Still not joy though. the toolbar with...
  4. W

    Age old issue maximizing

    Thanks Nick but no joy with that. I'm on 2007. I might try building in 2003 to see if that fixes it
  5. W

    Age old issue maximizing

    Hi I'm an old hand trying something new, many years ago I had a few databases where I would have the form miximze on open. The command DoCmd.Maximize doesn't fully work for me right now (it did some time ago so clearly something has changed). I've build a new DB, I have the form as I want it...
Back
Top Bottom