Make Row Total appear in Sub Form

G

Guest

I have created a subform that displays products, qty and unit price in a
datasheet view. I then created a new field that calculates QTY * unit price.
This columb is called Subtotal.

I then created a text box field with a SUM calc to determine the grand
total of the Subtotal columb. This text box works fine and has been placed
in the footer secition of the subform, but I need to make it appear in the
datasheet view on the subform or look for another way to display the grand
total.

How do I display the grand total so it is viewable on the subform in
datasheet view
 
D

Damon Heron

You don't. Think of datasheet view as opening up a table and viewing its
contents. What is wrong with viewing it on the main form?

Also, you seem to be saying (I am not sure) that you created a calculated
field (Subtotal) in your table. That is considered poor practice. There is
no reason to save calculated amounts, since the display on a form or reports
is all that is needed.

HTH
Damon
 

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

Similar Threads

update textbox with total 9
subform total behaving strangely 2
Sub Total Not Carrying Over 3
Total in Continous Form 4
remembering the amount 3
Subform Add record 4
LOOKUP IN MULTIPLE TABLES 3
Update field Value 1

Top