M
Mike Thomas
In a datasheet subform where users enter a part number and a quantity in
each row, I need a way to enable the user to open a subscreen where they
will enter a list of locations and a quantity for each location.
Ideally, I'd like to put a command button in each row. It is easy to
control via code in the click event, and the user can tab thru the button
without activating it, or hit enter to activate it - they don't need to grab
the mouse.
I have not been able to find a way to get a button onto a datasheet row
though (this is a snap in other database software we use).
Does anyone know of a way to get a button onto a datasheet row, or
alternatively, of a different method of allowing the user to activate a
control in the row without having to use a mouse?
Thanks
Mike Thomas
each row, I need a way to enable the user to open a subscreen where they
will enter a list of locations and a quantity for each location.
Ideally, I'd like to put a command button in each row. It is easy to
control via code in the click event, and the user can tab thru the button
without activating it, or hit enter to activate it - they don't need to grab
the mouse.
I have not been able to find a way to get a button onto a datasheet row
though (this is a snap in other database software we use).
Does anyone know of a way to get a button onto a datasheet row, or
alternatively, of a different method of allowing the user to activate a
control in the row without having to use a mouse?
Thanks
Mike Thomas