How to create a button to open up records in a datasheet by double clicking?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kelly Warden
    New Member
    • Sep 2010
    • 7

    How to create a button to open up records in a datasheet by double clicking?

    I have a rather complex form with a listbox. I would like to be able to highlight a record and view in dataform. Unless there is a way to make the listbox look like the datasheet. The way it comes back now is all together. I would need a scroll bar.

    Any suggestions?
  • NeoPa
    Recognized Expert Moderator MVP
    • Oct 2006
    • 32634

    #2
    Does Cascaded Form Filtering help.

    Once you select the required record you can use the WhereCondition parameter to filter the form displaying the records.

    Comment

    Working...