1. I have a listbox on a form which returns the results from a Parameter Query (One where the user enters the value and it pulls multiple records matching the value entered.)
I would like, once this form runs, to have the first record selected or highlighted in the listbox results.
I want the form to do this because I want the user to be able to quickly copy one of the records to clipboard for pasting in another application. So all they have to do is run the query, and hit CTRL-C to copy the first record.
Can someone tell me how to do this, if it's possible?
2. Also, if there is a way to automatically copy the first record to clipboard, or a way so if they click a record it automatically copies it to clipboard, that would be great too.
Thanks so much for the help
I would like, once this form runs, to have the first record selected or highlighted in the listbox results.
I want the form to do this because I want the user to be able to quickly copy one of the records to clipboard for pasting in another application. So all they have to do is run the query, and hit CTRL-C to copy the first record.
Can someone tell me how to do this, if it's possible?
2. Also, if there is a way to automatically copy the first record to clipboard, or a way so if they click a record it automatically copies it to clipboard, that would be great too.
Thanks so much for the help