Hi
on a ribbon
I set up a button which I would like to open a specific record. From a form I use happily:
and it works.
But when I do from the button on the ribbon it does not.
Any help?
on a ribbon
I set up a button which I would like to open a specific record. From a form I use happily:
Code:
DoCmd.OpenForm "frmDetail", , , "recordID = " & Me!recordID
But when I do from the button on the ribbon it does not.
Any help?
Last edited: