Adding buttons to datasheet form, or make continous form field adjustable

A

Andre T.

I am developing a form providing a list of table entries. I like the
flexibility of datasheet (variable column length, sorting, filtering, etc.),
Is there any way I can add buttons for add, update functions?

I've tried continuous form but the column width is fixed, and sorting,
filtering requires some programming effort.

Your advice and comment is welcomed.

Andre T.
 
B

Brendan Reynolds \(MVP\)

No, but you can use your datasheet form as a subform within a main form, and
place the command buttons on the main form.
 
Top