Can someone help with this one
I have a combo box called [name] with a list of names that sets the current date on another control called [date] on the [name]afterupdate event
If the user selects a name from the list it works fine
If the user uses the autofill facility by typing in the first few letters in the [name] control and then presses the return key on the keyboard, the date does not fill (the code is not executed) Perhaps I should be placing the code in another event on the [name] control but not sure which one
Thanks
I have a combo box called [name] with a list of names that sets the current date on another control called [date] on the [name]afterupdate event
If the user selects a name from the list it works fine
If the user uses the autofill facility by typing in the first few letters in the [name] control and then presses the return key on the keyboard, the date does not fill (the code is not executed) Perhaps I should be placing the code in another event on the [name] control but not sure which one
Thanks