Thread: Total in Footer
View Single Post
  #2  
Old April 26th, 2010, 09:24 PM posted to microsoft.public.access.forms
John W. Vinson
external usenet poster
 
Posts: 18,261
Default Total in Footer

On Mon, 26 Apr 2010 19:58:53 GMT, "TheLee" u59624@uwe wrote:

Hello,
I'm new to access and have a question regarding the footer. I created a text
box and inserted a basic equation for the the total cost of the order, =Sum(
[UnitPrice]*[Quantity]), however it is not appearing on the form. The
visibility property on the footer is set to Yes.

Please let me know what I am missing -

Thanks -


This should work on the Form Footer, but will not work on a Page Footer.
--

John W. Vinson [MVP]