You will need a way to indicate that a particular item has been chosen, and
requery the Combo (assuming you are using a Query for the Row Source) to
create a new list. You'll have to determine the scope of this "used, don't
use again" rule and code accordingly... your code will be different if the
scope is "this record", "this session", "this date", or "ever and always".
If you are choosing from a Value List, then it is totally under your
control, and you can provide code in the AfterUpdate event of the Combo to
replace the list after you eliminate the item that was chosen.
Larry Linson
Microsoft Office Access MVP
<he************@gmail.comwrote in message
news:58**********************************@26g2000h sk.googlegroups.com...
Can someone help on this problem.
I have a combo box of, say three Items, selected from a table that
serves as the lookup: E.g. 1 Earth, 2 Pine, 3 Earth Grave
The combo box is on the subform.
If the user selects any of the item, that item so selected should not
appear in the list again; or
The user should be warned about previous selection.
I dont want the user accidentally selecting the same item out of
error.
Will be grateful if someone can give me a solution.