H
Ham Coder
I have a combo box that looks up three fields in a table, (Lastname,
firstname Middle name). I have a notinlist procedure that strips the entered
data (removes the comma and space and produces three distinct fields FName,
Mname, LName, then adds the data into the table appropriately. However the
using the acDataErrAdded it still returns not in list error, even though the
data was added. I believe it to be the combo box not dealing with the comma
correctly. Any suggestions around this problem. Maybe a mask, although i
would prefer a different method. Thanks
firstname Middle name). I have a notinlist procedure that strips the entered
data (removes the comma and space and produces three distinct fields FName,
Mname, LName, then adds the data into the table appropriately. However the
using the acDataErrAdded it still returns not in list error, even though the
data was added. I believe it to be the combo box not dealing with the comma
correctly. Any suggestions around this problem. Maybe a mask, although i
would prefer a different method. Thanks