TechGrrl21
Programmer
I have been searching this forum and a number of other places and have not quite come up with an answer to this question. I have a state mandated program that requires a user to enter a value on a combobox. The form is set up with a pageframe that contains a grid with about 26 questions in the first column of the grid with a corresponding combobox or date field. When the user selects a value or enters a value from the combobox, I have no issues. When the user tries to enter a value that is not in the combobox's drop down, the value gets lost prior to running the Valid for the combobox.
I have tried a few things with some promise but no actual success. If I set the Sparse to .T. on the Column that the combobox sits on, I can get the value to the Valid without issue. However, the rest of comboboxes and date fields in the column disappear and are replaced with the second column of my table that populates the first column of the grid with questions. The BoundTo or the combobox has been set to .F. and I have also tried setting it to .T.
The Control Source is currently set to a variable for testing but I had it set to a field in a table. The RowSource for the combobox is a cursor and the RowSourceType is set to Alias. I have recreated the combobox on the top level of the form with the same settings of the grid combobox and I do not have this issue.
Any help would be much appreciated!
I have tried a few things with some promise but no actual success. If I set the Sparse to .T. on the Column that the combobox sits on, I can get the value to the Valid without issue. However, the rest of comboboxes and date fields in the column disappear and are replaced with the second column of my table that populates the first column of the grid with questions. The BoundTo or the combobox has been set to .F. and I have also tried setting it to .T.
The Control Source is currently set to a variable for testing but I had it set to a field in a table. The RowSource for the combobox is a cursor and the RowSourceType is set to Alias. I have recreated the combobox on the top level of the form with the same settings of the grid combobox and I do not have this issue.
Any help would be much appreciated!