Hi,
I need some help and nobody in my office seems to know why this isn't working. I have a DataEntry grid and within one of the columns I have Cbobasedropdown Combo Box. On the properties of this combo box I have Rowsource Type set to 1-Value and in the Rowsource I have 3 values; SELL,BUY,LOAN and they are separated by commas. I also have column count set to 1 and set columnwidths to 100. When I run my form I run a program that populates the grid and I have an "Add" button so as to add a new record to the grid. When I click the "Add" btton I can see the combo box in the grid but when I click on it there are no values in the drop down portion. When I create this combo box on the form itself it works fine and the column width of the field in the table is wide enough to accomodate these values. I would greatly appreciate any help anyone could give me on this. Thank you
I need some help and nobody in my office seems to know why this isn't working. I have a DataEntry grid and within one of the columns I have Cbobasedropdown Combo Box. On the properties of this combo box I have Rowsource Type set to 1-Value and in the Rowsource I have 3 values; SELL,BUY,LOAN and they are separated by commas. I also have column count set to 1 and set columnwidths to 100. When I run my form I run a program that populates the grid and I have an "Add" button so as to add a new record to the grid. When I click the "Add" btton I can see the combo box in the grid but when I click on it there are no values in the drop down portion. When I create this combo box on the form itself it works fine and the column width of the field in the table is wide enough to accomodate these values. I would greatly appreciate any help anyone could give me on this. Thank you