P
Peter Foot [MVP]
This is a symptom of the FieldName supplied in
Me.cboProductName.DisplayMember = "ProductName"
being incorrect. If this does not exactly match to a valid fieldname (Case
Sensitive) exposed by the collection you will get:-
"System.Data.DataRowView"
Peter
--
Peter Foot
Windows Embedded MVP
In The Hand
http://www.inthehand.com
Handheld Interactive Reference Guides
Me.cboProductName.DisplayMember = "ProductName"
being incorrect. If this does not exactly match to a valid fieldname (Case
Sensitive) exposed by the collection you will get:-
"System.Data.DataRowView"
Peter
--
Peter Foot
Windows Embedded MVP
In The Hand
http://www.inthehand.com
Handheld Interactive Reference Guides