I have a search form that has a subform datasheet that displays the results, the results are only the unique id, and several other identifing fields, so the user can find the specific records.
I would like to make it so that when a user double clicks on any cell of the data sheet it opens the detail form for the record. I don't know where to start. This is the first time i am working with scripting and multiple records in a datasheet, normally i just have me![PPID] as the record id, but i can't get the macro to go the the specific record it only opens the form,
i am sure there is probably a way to do it in VB, any ideas.
I would like to make it so that when a user double clicks on any cell of the data sheet it opens the detail form for the record. I don't know where to start. This is the first time i am working with scripting and multiple records in a datasheet, normally i just have me![PPID] as the record id, but i can't get the macro to go the the specific record it only opens the form,
i am sure there is probably a way to do it in VB, any ideas.