S
Sietske
I've a continous form which shows a list of all records (to be precise, it
shows the results of a search query). In this list, a brief summary of each
record is shown. To view details of each record, I have put a button "view
details..." on the right side of each record which opens a form showing the
entire record.
My problem is: each "view details..." button has to be clicked twice to open
the record. Once for selecting it, and once more to open it. How do I change
this so that one click is enough?
A possible solution is changing the buttons on the right of the record in a
"select record" button, and put one button in the header of the screen,
saying "open selected record". But I'd rather stick to the button I have. Is
there an option like "OnMouseOver" or anything else I could use?
shows the results of a search query). In this list, a brief summary of each
record is shown. To view details of each record, I have put a button "view
details..." on the right side of each record which opens a form showing the
entire record.
My problem is: each "view details..." button has to be clicked twice to open
the record. Once for selecting it, and once more to open it. How do I change
this so that one click is enough?
A possible solution is changing the buttons on the right of the record in a
"select record" button, and put one button in the header of the screen,
saying "open selected record". But I'd rather stick to the button I have. Is
there an option like "OnMouseOver" or anything else I could use?