davejackson
Technical User
Hello,
I have two combos showing two different fields that are part of but are not bound to a table. If the combination of the two fields does not exist on the table as a single record the user is prompted to add a record via another form. So far so good. However, after the user has added the record, even though I can see the new record in the first combo box (which shows all fields), when I select the record, the new record is ignored and the record after is treated as selected. I can tell this as the 3rd column of the table is an autonumber that is being output to another field on my form. It seems like I have to update/refresh/requery something but I don't know what. Any suggestions would be most appreciated.
Thank you in advance,
Dave
I have two combos showing two different fields that are part of but are not bound to a table. If the combination of the two fields does not exist on the table as a single record the user is prompted to add a record via another form. So far so good. However, after the user has added the record, even though I can see the new record in the first combo box (which shows all fields), when I select the record, the new record is ignored and the record after is treated as selected. I can tell this as the 3rd column of the table is an autonumber that is being output to another field on my form. It seems like I have to update/refresh/requery something but I don't know what. Any suggestions would be most appreciated.
Thank you in advance,
Dave