gusbrunston
Programmer
[tt]
Hi!
Combo box has list of names, ID numbers, other profile data.
User enters name, then other fields on the form are populated based on the name entered.
In the event of duplicate names, after entering the name, user CAN but WON'T use down arrow to see the duplicate names with other unique identifying fields.
How can I REQUIRE the combo box to drop down and display duplicate names, encouraging user to select the correct record?
That is, I need to use VBA in the AfterUpdate event, to open that combo box. Like...[/tt]
If there are duplicate names in the underlying query then,
force the combo box to open displaying duplicates
End if
Exit Sub[tt]
Or is there another, better way to accomplish the same thing?
Thank you for your attention to this post. I appreciate your help.
Cheers,Gus[/tt]
[tt]Gus Brunston[/tt]
Hi!
Combo box has list of names, ID numbers, other profile data.
User enters name, then other fields on the form are populated based on the name entered.
In the event of duplicate names, after entering the name, user CAN but WON'T use down arrow to see the duplicate names with other unique identifying fields.
How can I REQUIRE the combo box to drop down and display duplicate names, encouraging user to select the correct record?
That is, I need to use VBA in the AfterUpdate event, to open that combo box. Like...[/tt]
If there are duplicate names in the underlying query then,
force the combo box to open displaying duplicates
End if
Exit Sub[tt]
Or is there another, better way to accomplish the same thing?
Thank you for your attention to this post. I appreciate your help.
Cheers,Gus[/tt]
[tt]Gus Brunston[/tt]