Forum Discussion

Lukmanayahayya's avatar
Lukmanayahayya
Copper Contributor
Oct 12, 2022
Solved

Limiting Spin Button and Printing All

Hello Everyone!  There's this file I'm working on that I need help on.  The two challenges I face now are: 1. The spin buttons I am using usually go beyond their limit and end up spinning to bla...
  • HansVogelaar's avatar
    HansVogelaar
    Oct 13, 2022

    Lukmanayahayya 

    The spin button is grouped with a command button.

    Ungroup them.

    Then right-click the spin button and select Format Control... from the context menu.

    Set the maximum value to 51 instead of 30000, then click OK.

    Finally, group the spin button with the command button again.

Resources