boblarson
Smeghead
- Local time
- Yesterday, 20:20
- Joined
- Jan 12, 2001
- Messages
- 32,059
Yes, what I came up with was that the author name that was entered was not how it was added to the table so that the acDataErrAdded was expecting to find the original data that was passed and it wasn't there because it was being parsed.
So, it seems that you should be able to requery the combo and then set the value to the new data. However, if the bound column is the ID number of the data then you will need to get that new ID number via a DLookup.
So, it seems that you should be able to requery the combo and then set the value to the new data. However, if the bound column is the ID number of the data then you will need to get that new ID number via a DLookup.