I created an Access Table and in its design I make Field1 type as Text and I use the Lookup property for this field. Then whenever I open the Table (in Access) , Field1 looks like a combobox.
In my VB6 project I use DataGrid1 which should present my Access Table. It didn’t show Field1 as Combobox as I want but like any other field although the AllowAdd & AllowDelete & AllowUpdate properties are True.
My question is how could I make Field1 appears like Combobox in DataGrid1?
I am looking forward you ideas and codes if possible. Your efforts are completely appreciated.

Thanks
Pavly