Name of buttons in Form/Query/Report wizard

S

Sheila Mc

Does anybody know the technical name for the > or the >>
button that appears in Form/Query/Report wizards. These
buttons are for selecting which fields to use when
creating a new form/query/report. Thanks
 
C

Cheryl Fischer

They are Command Buttons. What differentiates them from other command
buttons is the code which executes when the button is clicked which will
move selected items from one list to another (>) or all items from one list
to another (>>).

hth,
 
Top