What needs to be set and/or changed when switching the Picture property of a Command Button within VBA code?
The scenario is that I have a continuous form for a particular table. The controls (in total) are too wide to fit easily on the form, so I have split the form into two (logically that is). Some controls are shown in mode A and the rest are shown in mode B. The Command Button I have that switches modes works fine (hiding and showing the relevant controls) but I can't find how to swap the Command Button Picture from [RightArrow (Blue)] to [Left Arrow (Blue)] and vice versa.
The scenario is that I have a continuous form for a particular table. The controls (in total) are too wide to fit easily on the form, so I have split the form into two (logically that is). Some controls are shown in mode A and the rest are shown in mode B. The Command Button I have that switches modes works fine (hiding and showing the relevant controls) but I can't find how to swap the Command Button Picture from [RightArrow (Blue)] to [Left Arrow (Blue)] and vice versa.
Comment