Hi Guys...
i really appreciate everyone's help on this...
the function above...
=Sum(Val(TimeSheetQuery!EmployeeHours)) just returns 0's
I have this formula below working on a form, with a subform, for when I am entering the employees hours...
=[TimeSheet Subform].Form!SummedHoursMinutes...
Option Compare Database
Option Explicit
Public Function HoursAndMinutes(interval As Variant) As String
'***********************************************************************
' Function HoursAndMinutes(interval As Variant) As String
' Returns time interval formatted as a hours:minutes string...
Hi Paul..
I have my employeeId in the group header, and I created a group footer, and i entered this calculation to total my hours for that person
=Sum(TimeSheetQuery!EmployeeHours)
and i get the following error:
datatype mismatch in criteria expression
thanks for your help..
It does come out as a number... actually a time...
i have 8:00 for the amount of hours/minutes past... left aligned.
now i just want to add the hours up for each employeeid..
SELECT EmployeeId, Sum(EmployeeHours)
FROM TimeSheetQuery
GROUP BY EmployeeId
I tried that and i am still getting the
Error: Datatype mismatch in criteria...
SELECT EmployeeId, Sum(HoursAndMinutes) As EXPR1
FROM TimeSheetQuery
GROUP BY EmployeeId
Error: Datatype mismatch in criteria...
This is the calculation in my TimeSheetQuery
Expr1: HoursandMinutes([TimeOut]-[TimeIn])
I want to add up the total hours worked for each employeeID #... So I made...
Hello..
Hopefully this is my last question...
I would like to sum the total hours worked for each employee in a report... right now my report is displaying the total hours for each day, so I have Eric listed 5 times because he worked 5 days, and his hours for each day are listed next to his...
Hi...
I would like to print out a report, where it is sorted by the employee name..
I have a First Name Header, and then I have all the details for that employee under details...
when it prints out, sometimes it will list the employee name at the end of the page, and then list all of their...
Hi...
I have a Timesheet form, that has a subform in it... The main form just has an employee ID, and Name at the top... when i click to the next record, it goes in order of employeeID, but I want it to go in order of Employee Name...
there is no order by in the properties for my code...
Ok... nevermind, i found a new piece of code that does mostly what i want...
onmouseover="document.getElementById('changeThisBG').style.backgroundImage='URL(images/links/BerkshireEast.gif)';>
I can get the above code to work, but when i add the following code...
background-repeat: no-repeat...
...I would appreciate any help with this!
Thanks Kim
<script language="JavaScript">
<!--
// Copyright 2001 by www.CodeBelly.com
// Please do *not* remove this notice.
var backImage = new Array(); // don't change this
// Enter the image filenames you wish to use.
// Follow the pattern to use...
Hello... I added the code that you gave me above, and i can't get the two images to appear when I mouseover, nor does the opacity change on the main image, when I mouseover... Could you please take a look at my code??? THANKS
<script>
function showImages()
{...
Hello...
I would like to mouseover Image 1 in the center of my page, and have Image A and Image B appear above and below Image 1 and stay on mouseout... Can anyone help me out with a script for this function?? THANKS KIMBERLY!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.