hi,
I don't know if this is possible but I want to do something as explained below :
I have a database in MS Access and this database have a table with a column name say "Item_Name".
Now, I have a windows form where I have a textbox or combobox or whichever thing which can make this possible....
when this textbox is active (when i want to enter something here), it goes and check the column "Item_Name" and gives me option to choose the name listed on this column "Item_Name". I know combobox can do this but combo box only have options to select the one which is already made available a the time of creating the combobox. In my case, I am able to add new entry to "Item_Name" column and still all the latest entries must be shown on the textbox I have added.
Please suggest me, which method can make this possible?
I don't know if this is possible but I want to do something as explained below :
I have a database in MS Access and this database have a table with a column name say "Item_Name".
Now, I have a windows form where I have a textbox or combobox or whichever thing which can make this possible....
when this textbox is active (when i want to enter something here), it goes and check the column "Item_Name" and gives me option to choose the name listed on this column "Item_Name". I know combobox can do this but combo box only have options to select the one which is already made available a the time of creating the combobox. In my case, I am able to add new entry to "Item_Name" column and still all the latest entries must be shown on the textbox I have added.
Please suggest me, which method can make this possible?