Help in Forms

  • Thread starter Thread starter jtidwell
  • Start date Start date
J

jtidwell

I have a mess.... I had to do a lot of expressions in my queries... no none
of that information is stored in my tables... I done calcalations in
subforms.... and those totals will not show in my queries or tables..
 
If you want the calculations to show up in a query and a form, do the
calculations in the query. The calculated field can be displayed in the form
just as any table/query field. You can display a forms calcualtion in a
query but it is a little more work to do so. You should not generally store
calculated fields in a table. As many experts on this forum/newgroup will
tell you, Tables are for storing data..queries, forms, and reports are for
viewing and manipulating the data.
 
How do I take a calculation I done in subform and put it in a query.
 
You don't!. The calcualtions will not show up in a query but you don't need
(or want) them to as you will see the results everytime you view a record in
the form with the calculations.
How do I take a calculation I done in subform and put it in a query.
If you want the calculations to show up in a query and a form, do the
calculations in the query. The calculated field can be displayed in the
[quoted text clipped - 10 lines]
 

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

Back
Top