Hi All,
I have a List box in a form which is currently showing the Field List of a table. I also want to show the data type of each field next to each field name.
eg
Field_1 Text
Field_2 Text
Field_3 Date
Field_4 Text
I have set the List Box to column count 2 however all this does is repeat the Field name.
Is there a way of getting this. I suspect I will have to write some code that will populate the Field list as I want it, however I was hoping for a simpler way. Any thoughts would be appreciated.
IC
I have a List box in a form which is currently showing the Field List of a table. I also want to show the data type of each field next to each field name.
eg
Field_1 Text
Field_2 Text
Field_3 Date
Field_4 Text
I have set the List Box to column count 2 however all this does is repeat the Field name.
Is there a way of getting this. I suspect I will have to write some code that will populate the Field list as I want it, however I was hoping for a simpler way. Any thoughts would be appreciated.
IC