R
Raja
Hi,
I made a subform from a query, and made a form to same query for edit
record. I add an event in double click in the subform,
DoCmd.Openform "editform"
But when i double click on it, it is showing me all data in the form which
is in the query.
So!how can i make it? that when i double click on the subform it just open
selected data in the form so i can change the specifice data.
Please help me.
I made a subform from a query, and made a form to same query for edit
record. I add an event in double click in the subform,
DoCmd.Openform "editform"
But when i double click on it, it is showing me all data in the form which
is in the query.
So!how can i make it? that when i double click on the subform it just open
selected data in the form so i can change the specifice data.
Please help me.