View Full Version : list all fields in a table where the number of fields are dynamic


pjustin1
11-14-2001, 10:03 PM
Hi, I have a situation like this,

I need to have a form which can display all the fields in the table, where the total number of fields are subjected to change..

Is there a way to do so?

Thanks
Justin

charityg
11-15-2001, 10:44 AM
Use a listbox, and set the rowsourcetype property to fieldlist, then select the appropriate table for the rowsource.