I have 2 columns in the record source and the boundcolumn set to 2 which is the User_Id integer field. In the RowSource I have ProjUserList.UserName,User_Id. I have RowSourceType set to 6-Fields. I also only display the UserName column. When I try and set the value to something like 1025, the combo interprets it as the ListIndex (I think). I have found other web references to having to use an SQL statement to get around this problem, but was wondering if there was some other way. For now I'm converting the integer to a string and using that as the boundcolumn and changed any related code accordingly.
Auguy
Northwest Ohio