list all fields in a table where the number of fields are dynamic

pjustin1

Registered User.
Local time
Today, 16:05
Joined
Nov 9, 2001
Messages
15
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
 
Use a listbox, and set the rowsourcetype property to fieldlist, then select the appropriate table for the rowsource.
 

Users who are viewing this thread

Back
Top Bottom