O.K. I Appologize for my lack of information here.
Here it goes,
The subform is on a Form (Orders) the point of the combo box is to select items from the "Items" Field in my "Products" Table, and display them on the orders form -
which will eventualy be the recordsource for a report that will be a invoice for my cutomers.
Thank you Ace, You were correct my combo box was not bound to my Items field. Now that it is bound to the correct field in my table I have run into another little issue.
Now after I have selected the items out of my combo box that I wish to be displayed in my subform, the combo box in the next field on my subform will not display the same item...Instead it will show a random number... once I select that number from the combo box it changes the item in my corresponding table to the number that was in my combo box??
I do have a relationship between my "Invoice Records" Table and my "Products" Table. The relationship characteristics are [one to many][primary key in products to foreign key invoice records][referential integrity is enforced]
Could this have anything to do w/ it?
I hope that there is enough here for you guys to chew on
thanx alot for all the help.
dj66