A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Calculations using time and currency



 
 
Thread Tools Display Modes
  #1  
Old April 8th, 2010, 06:15 PM posted to microsoft.public.access.forms
joseph.johnson4[_2_]
external usenet poster
 
Posts: 5
Default Calculations using time and currency

I have been trying to figure out how to take the number of hours worked field
and multiply it by the hourly wage field in order to get the gross pay, but I
either come up with #Name? or #Error?. The expression that I had been trying
to utilize was =Sum([HoursWorked]*[Hourly Wage]). I had even tried utilizing
the expression =(DateDiff(("n",[TimeIn],[TimeOut])/60)*([Hourly Wage]).
However, when I type that expression in and then go back to the Form View the
box is just blank.

I would greatly appreciate any suggestions or help to solve the problem that
I am having. I believe that it might have something to do with the
expression, but I am now exactly sure.

Thanks, Joe
  #2  
Old April 8th, 2010, 07:31 PM posted to microsoft.public.access.forms
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default Calculations using time and currency

Where? Where are you trying to do this?

Have you tried creating a Totals query to generate that value?

More info, please...

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"joseph.johnson4" wrote in
message ...
I have been trying to figure out how to take the number of hours worked
field
and multiply it by the hourly wage field in order to get the gross pay,
but I
either come up with #Name? or #Error?. The expression that I had been
trying
to utilize was =Sum([HoursWorked]*[Hourly Wage]). I had even tried
utilizing
the expression =(DateDiff(("n",[TimeIn],[TimeOut])/60)*([Hourly Wage]).
However, when I type that expression in and then go back to the Form View
the
box is just blank.

I would greatly appreciate any suggestions or help to solve the problem
that
I am having. I believe that it might have something to do with the
expression, but I am now exactly sure.

Thanks, Joe



  #3  
Old April 8th, 2010, 07:32 PM posted to microsoft.public.access.forms
John W. Vinson
external usenet poster
 
Posts: 18,261
Default Calculations using time and currency

On Thu, 8 Apr 2010 10:15:01 -0700, joseph.johnson4
wrote:

I have been trying to figure out how to take the number of hours worked field
and multiply it by the hourly wage field in order to get the gross pay, but I
either come up with #Name? or #Error?. The expression that I had been trying
to utilize was =Sum([HoursWorked]*[Hourly Wage]). I had even tried utilizing
the expression =(DateDiff(("n",[TimeIn],[TimeOut])/60)*([Hourly Wage]).
However, when I type that expression in and then go back to the Form View the
box is just blank.

I would greatly appreciate any suggestions or help to solve the problem that
I am having. I believe that it might have something to do with the
expression, but I am now exactly sure.

Thanks, Joe


Where are you trying to do this? on a Form? If so, what's the form's
Recordsource? Please open the form in design view, view its properties, and
click the ... icon by the Recordsource; post the SQL view of the query (if
it's a query). It would help to know the datatypes of the fields you mention.

--

John W. Vinson [MVP]
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:15 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.