P pjustin1 Registered User. Local time Today, 00:38 Joined Nov 9, 2001 Messages 15 Nov 15, 2001 #1 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
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
C charityg Registered User. Local time Today, 00:38 Joined Apr 17, 2001 Messages 634 Nov 15, 2001 #2 Use a listbox, and set the rowsourcetype property to fieldlist, then select the appropriate table for the rowsource.
Use a listbox, and set the rowsourcetype property to fieldlist, then select the appropriate table for the rowsource.