Calling function from query

  • Thread starter Thread starter Michelle
  • Start date Start date
M

Michelle

I am trying to call the HoursAndMinutes function that I got off the Microsoft
site from my Access 2003 query to calculate elapsed time but it treats it
like a variable and never runs the function. What am I doing wrong?

In query:
TimeInterval: HoursAndMinutes([ViewCreated]-[PromoteReview])
 
Post the code for the HoursAndMinutes function. What is the name of the
Module in which that function is placed?
 
Back
Top