Share via

Command Button on Split Form Datasheet?

Anonymous
2011-06-03T23:07:52+00:00

This is a Split Form. Currently I'm opening an editing form from the on click of my AutoNumber ID field in the datasheet. I set the 'Display As Hyperlink'  property to Screen Only. I've seen this in Access examples that I have downloaded. I wouild rather have a command button to perform this operation, which means I'll need a button for each row. I can do this with contiunouos forms but not sure how to do it or if I can dot with Split Forms.

Any idea how I might accomplish this?

James

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

HansV 462.6K Reputation points
2011-06-04T05:33:30+00:00

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.

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2011-06-04T10:28:54+00:00

    Ok. Thanks

    Was this answer helpful?

    0 comments No comments