J
José António Silva
Is it possible to reuse the Access 2007 ribbon buttons in a new ribbon?
I know I can create a USysRibbons table to save some new ribbons. I know how
to define groups and buttons with XML. I know how to create VBA subroutines
to handle user clicks on these new ribbons. However:
1) Everything was easier if I can simply reuse some existing buttons and
groups, i.e., like in the Access 2003 command bars.
2) More important! I don’t know how to produce some “â€â€automaticâ€â€â€ Access
native behaviors. For example:
a. Disable the next record button, when we are in the last record.
b. Disable the previous record button, when we are in the first record.
c. Disable the new record button, when we are filling a new record.
d. …
All this behaviors avoid some run-time errors that, otherwise, I have to
check everywhere.
Thanks!
José António Silva
I know I can create a USysRibbons table to save some new ribbons. I know how
to define groups and buttons with XML. I know how to create VBA subroutines
to handle user clicks on these new ribbons. However:
1) Everything was easier if I can simply reuse some existing buttons and
groups, i.e., like in the Access 2003 command bars.
2) More important! I don’t know how to produce some “â€â€automaticâ€â€â€ Access
native behaviors. For example:
a. Disable the next record button, when we are in the last record.
b. Disable the previous record button, when we are in the first record.
c. Disable the new record button, when we are filling a new record.
d. …
All this behaviors avoid some run-time errors that, otherwise, I have to
check everywhere.
Thanks!
José António Silva