i have combo box on a form and I am trying to do two things, first see if there are items in the combo box and the second is to loop through all of the items a capture the value in column (1): the following works great and is all I am trying to do, accept
I want to show all the lines (if any) that show on the form:
Debug.Print Forms!frm_video!SFrm_ShotBy!E_ID.Column(1)
Thank you in advance. Chris B.
chris beardsley