i am having problems populating the row source of a combobox on my form. first combobox i pick users name. second combo box lists the item #'s that person has. this works fine. i select the item number and make a record. if i go and pick the same user again...i dont want the item number i just selected to be in the list.
itemID is coming from tblItem. but i am storing these additional records in tblcheckdeliver under field itemid. so i somehow need to write a criteria, that takes all the possible itemids from tbl item, then looks in tblcheckdelivery.itemid and if an item id is present there doesnt list it. any ideas how?
itemID is coming from tblItem. but i am storing these additional records in tblcheckdeliver under field itemid. so i somehow need to write a criteria, that takes all the possible itemids from tbl item, then looks in tblcheckdelivery.itemid and if an item id is present there doesnt list it. any ideas how?