G Guest Jun 29, 2007 #1 I have: a table with many fields. I want: to create a list of the field names in a new table. Any suggestions?
I have: a table with many fields. I want: to create a list of the field names in a new table. Any suggestions?
A Arvin Meyer [MVP] Jun 29, 2007 #2 If you import everything from this into your database, it wiil document all the tables and field names in a table, and even print you out a nice report with everything shown: http://www.datastrat.com/Download/FieldDescription2K.zip
If you import everything from this into your database, it wiil document all the tables and field names in a table, and even print you out a nice report with everything shown: http://www.datastrat.com/Download/FieldDescription2K.zip
S Stefan Hoffmann Jun 29, 2007 #3 hi Daniel, I have: a table with many fields. I want: to create a list of the field names in a new table. Click to expand... If you only need to display them, e.g. in a ComboBox, then set its property RowSourceType to "Field List". http://msdn2.microsoft.com/en-us/library/aa831446(office.10).aspx mfG --> stefan <--
hi Daniel, I have: a table with many fields. I want: to create a list of the field names in a new table. Click to expand... If you only need to display them, e.g. in a ComboBox, then set its property RowSourceType to "Field List". http://msdn2.microsoft.com/en-us/library/aa831446(office.10).aspx mfG --> stefan <--