Name of buttons in Form/Query/Report wizard

  • Thread starter Thread starter Sheila Mc
  • Start date Start date
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
 
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,
 
Back
Top