Hi shemso
You will need to use a couple of macros to do this and attach them to a couple of custom menu items.
Push Alt+f11 then go to Insert>Module and paste in the code below:
Sub MoveLeft()
ActiveWindow.SmallScroll ToRight:=-5
End Sub
Sub MoveRight()
ActiveWindow.SmallScroll ToRight:=5
End Sub
Now push Alt+Q.
Go to View>Toolbars>Customize. Click the Commands tab and then select Data. Now scroll through until you see the Group and Ungroup arrows. Click these and drag them onto the Toolbar. Now right click on them and assign them accordingly.
Good luck
OzGrid Business Applications