Nov 27, 2003 #1 lolita1 Technical User Joined Nov 8, 2003 Messages 5 Location CA how to concatenate 2 field (one field + the second column of a another field)
Nov 27, 2003 #2 PaulBricker Programmer Joined Sep 25, 2002 Messages 3,554 Location US If it's a combo box then it would be Field1 & ComboName.Column(1) Combo columns are zero based so (1) is the second column. Paul Upvote 0 Downvote
If it's a combo box then it would be Field1 & ComboName.Column(1) Combo columns are zero based so (1) is the second column. Paul