I have a form that uses a short text field to input a website address. I don't need it to be a hyperlink, just need to store the address if applicable. I then use a combo box combo107.column(8) that holds the address. I have 3 records in the table that combo107 pulls the data from. But for some reason column(8) always returns NULL, even if the field holds data in it. The fields are all marked as Short Text.
I have noticed that the data is stored in the stored as either http://www.facebook.com/dannyj and www.linkedin.com. Neither will display in my textbox.
Is there by chance a limit to the number of fields that can be selected in a combo box?