Search results

  1. E

    Custom XML ribbon not loading and Callback bombing out

    I located a computer that has Access 2016 on it. I did what you did and get the same error. What references are you using?
  2. E

    Custom XML ribbon not loading and Callback bombing out

    Same original error, user type not define on the Public Sub FrmButtonPress (ctl As IRibbonControl)
  3. E

    Custom XML ribbon not loading and Callback bombing out

    I have Microsoft ActiveX Database Object 6.0 Library
  4. E

    Custom XML ribbon not loading and Callback bombing out

    The ctl.Tag comes from the XML ribbon. No matter what user group is logged into the database, when they click on form to open from the ribbon it opens that particular form . Works in 2010, as well as the FrmButtonPress_Exit. I am very confused. What are the correct references to have for...
  5. E

    Custom XML ribbon not loading and Callback bombing out

    Should I be using DAO or ADODB? I have attached a copy of my module.
  6. E

    Custom XML ribbon not loading and Callback bombing out

    Not sure what you're asking. I cannot post the database, way to big and it's controlled information.
  7. E

    Custom XML ribbon not loading and Callback bombing out

    Already have 15 referenced and it bombs.
  8. E

    Custom XML ribbon not loading and Callback bombing out

    I am confused, I though Office 16.0 was for Access 2016 and not 2013? I don't have 2016.
  9. E

    Custom XML ribbon not loading and Callback bombing out

    This is the code for the form callback: 'Callback for Form OnButtonPress Public Sub FrmButtonPress(ctl As IRibbonControl) On Error GoTo FrmButtonPress_Err DoCmd.OpenForm ctl.Tag FrmButtonPress_Exit: Exit Sub
  10. E

    Custom XML ribbon not loading and Callback bombing out

    Upgrading from Access 2010.adp to Access 2013.accdb. Based on the user group, a custom ribbon is supposed to deploy. No ribbon deploys and I get a callback error "user-defined type not define" on Public Sub FrmButtonPress(ctl As IRibbonControl). I really can't figure out what the problem is...
  11. E

    Just Onboard

    Not new to Access, but fairly new to VBA coding and custom toolbars. Behind the curve but upgrading from Access 2010 adp database to Access 2013, linked tables, sql server database. Not going so well, that is why I joined. Been struggling for several days and reaching out for help.
Back
Top Bottom