how to get a list of variables used in a form

S

SEPRT

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.
 
F

fredg

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.
 
S

SEPRT

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top