Joe8915
Registered User.
- Local time
- Today, 14:53
- Joined
- Sep 9, 2002
- Messages
- 820
I have done this a thousand times never had a problem before.
Trying to get a sum on a subform.
The field is called PayAmount. In my query it looks like this:
PayAmount: Round(CCur(Nz(DateDiff("n",[Strttime],[Endtime])*[AHrRate]/60,0)),2).
In my subform I added a text field and added the following
=sum([PayAmount]) and I get a error.
I did place the text box in the Footer
Any ideas?
Thanks
 Trying to get a sum on a subform.
The field is called PayAmount. In my query it looks like this:
PayAmount: Round(CCur(Nz(DateDiff("n",[Strttime],[Endtime])*[AHrRate]/60,0)),2).
In my subform I added a text field and added the following
=sum([PayAmount]) and I get a error.
I did place the text box in the Footer
Any ideas?
Thanks
 
	 
 
		