I have a query that has about 500 names in it. The query is sorted in ascending order based off of last name.
I have a form based off of that query. The form is a continuous form.
In the form header, I have 26 labels for each letter of the alphabet, so that if I click on 'F', I want it to take me to the first record who's last name starts with an 'F' (again, it's in alpabetical order).
I've tried a few things with the GoToRecord command, but have had no luck. I would think this is an easy task to do, but I'm stuck. Any suggestions?
TIA.
I have a form based off of that query. The form is a continuous form.
In the form header, I have 26 labels for each letter of the alphabet, so that if I click on 'F', I want it to take me to the first record who's last name starts with an 'F' (again, it's in alpabetical order).
I've tried a few things with the GoToRecord command, but have had no luck. I would think this is an easy task to do, but I'm stuck. Any suggestions?
TIA.