I should have added...each time the letter is typed on the keyboard.....so each time the letter is typed on the keyboard the curser in the combo box will hop to the next record with the same first letter. Aso I am not using Active X so any solution should be directed toward the native...
I want to be able to have the user hit a letter corresponding to the first letter and if there are more than one record with the same first letter.....have combo box cycle through all the records with that letter.
I would like to have the user be able to hit a letter on the keyboard and have the cursor in the combo box skip to the next item that starts with the same letter. I thought that this was basic functionality with most programming but have not been able to find anything on it.
Example: User...
Thank you dhookom. I tried your suggestion of putting
frmApplications!TabCtl49.Pages(0).SetFocus
into the "Save Record" command button. I put it in
at the beginning because an "On error" dialog telling
the user that the record is saved...was already in there
along with the focus to move the...
Here is what I have been trying so far.....I hope one of you guys will catch what I am doing wrong. In the last text box before needing to hop to the tab control page that holds my subform I tried putting
Lost Focus()
TabCtl49.Pages(0).SetFocus 'Tabl Control page
frmDependents.SetFocus...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.