A family of Microsoft relational database management systems designed for ease of use.
Forms in datasheet view - and that includes the datasheet part of a split form - can only display text boxes, combo boxes and check boxes. There is no way to display a command button.
You'd have to create your own split form by combining a continuous form and a standard form; this requires writing code to keep them synchronized. Probably more work than it's worth.