Hello,
I have a wonderfull DB, which uses a Form as a main window to display summaries of all the records. For obvious reasons changes to the records cannot be made in this Form. Instead the user has to open a change Form, type in the number of the record he wants to change and then make the change.
The above procedure is cumbersome. What I would favor is a "point and click" approach. If the user clicks on the record number in the main Form the change Form, displaying the "clicked at" record should appear.
I have implemented opening the change Form by clicking etc. The only thing missing is how do I pass the number the user clicked on to a macro, so that it can go to the user-selected record(record numbers are unique)?
Regards,
George
I have a wonderfull DB, which uses a Form as a main window to display summaries of all the records. For obvious reasons changes to the records cannot be made in this Form. Instead the user has to open a change Form, type in the number of the record he wants to change and then make the change.
The above procedure is cumbersome. What I would favor is a "point and click" approach. If the user clicks on the record number in the main Form the change Form, displaying the "clicked at" record should appear.
I have implemented opening the change Form by clicking etc. The only thing missing is how do I pass the number the user clicked on to a macro, so that it can go to the user-selected record(record numbers are unique)?
Regards,
George