G
Guest
I have 5 tables that belong to a database. There are some interesting
statistics that I could get using 1,2 or 3 tables at a time. I want to
create a form that has all the stats I want my boss to see (about 60
statistical measures). My question is do I have to build 1 query with all
the calculations or can I do what I would like to do and that is to pick lets
say 2 tables, table A & B, and 2 fields, field 1 & 2. Divide A by B, add
fields 1 & 2, then multiple the two. Put the results in a text box on my
form, then pick another table/field, do the same things until I have about 60
text boxes with different results. Could someone show me an example of the
code if this can be done.
Thanks
Wm.
statistics that I could get using 1,2 or 3 tables at a time. I want to
create a form that has all the stats I want my boss to see (about 60
statistical measures). My question is do I have to build 1 query with all
the calculations or can I do what I would like to do and that is to pick lets
say 2 tables, table A & B, and 2 fields, field 1 & 2. Divide A by B, add
fields 1 & 2, then multiple the two. Put the results in a text box on my
form, then pick another table/field, do the same things until I have about 60
text boxes with different results. Could someone show me an example of the
code if this can be done.
Thanks
Wm.