how to get a list of variables used in a form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have several different forms which contain different variables from one
table. I need to create reports from each form. Is there an easy way to get
only the variables from a form into a report, or is there a way to get a list
of the variables used in a form.
 
I have several different forms which contain different variables from one
table. I need to create reports from each form. Is there an easy way to get
only the variables from a form into a report, or is there a way to get a list
of the variables used in a form.

Perhaps you should re-think and re-write this message.
Tables don't contain Variables they contain Records with Fields that
contain data.

What do you mean by 'variables from a form"?

Maybe a few examples would help clarify what you mean and want to
achieve.
 
For example in my table I will have variables a,b,c,d,e,f
and in form 1 I will use a,d,e,f
but in form 2 I use b,c,e,f
and form 3 will use a,c,d,f

I have around 50 variables in my table and I have 20 forms that use
different combinations of the variables and I need a report specific to each
form.

I hope that explains it well enough :) Thanks for your help.
 
Back
Top