Atomic Shrimp
Humanoid lifeform
- Local time
- Today, 10:03
- Joined
- Jun 16, 2000
- Messages
- 1,954
I have a datasheet form where the user is able to create entries in a criteria list by selecting them from a combo box, What I would like would be for the combo box to exclude any items already selected (in previous rows.
I thought I could do this by basing the combo box row source on a find unmatched query, then requerying the combo in the afterupdate event, but this causes all records to go blank.
Any thoughts? - I'm sure this is quite simple, I'm just attacking it from the wrong angle.
I thought I could do this by basing the combo box row source on a find unmatched query, then requerying the combo in the afterupdate event, but this causes all records to go blank.
Any thoughts? - I'm sure this is quite simple, I'm just attacking it from the wrong angle.