What I have is this: One form with a grid on it that displays information from a table. I also have a form that I setup to allow the user to edit information and store new information to said table.
What I want to do is have it so that when the user double clicks on a record in the grid, he will be taken to the 2nd form and be allowed a closer look at the information as well as change it if necessary. The 2nd form is going to be a modal form.
Where should I begin? I've tried fooling around with the dblClick event, but then it only works when I'm clicking in the blank space below the actual records in the table. Thanks in advance for your help.
What I want to do is have it so that when the user double clicks on a record in the grid, he will be taken to the 2nd form and be allowed a closer look at the information as well as change it if necessary. The 2nd form is going to be a modal form.
Where should I begin? I've tried fooling around with the dblClick event, but then it only works when I'm clicking in the blank space below the actual records in the table. Thanks in advance for your help.