Enter Data with Button

  • Thread starter Thread starter PPCO
  • Start date Start date
P

PPCO

We're thinking of getting a touch screen to enter data from an Access Form.
Was wondering if there was a way to convert an Access list so that each item
in the list has its own command button? When you hit the button that entered
the item from that list. For example, a customer list. Thanks
 
We're thinking of getting a touch screen to enter data from an Access Form.
Was wondering if there was a way to convert an Access list so that each item
in the list has its own command button? When you hit the button that entered
the item from that list. For example, a customer list. Thanks

Take a look at the "Option Group" control. It will store a numeric value which
can be selected by clicking a button in the control.
 
Back
Top