Search results

  1. T

    Got the day, need week and month.

    I have a query that sums the number of instances of a field [Department] for every day. I need to create 2 queries; one creates the sums for a week and one for a month. The left column is the departments and the top row is the weeks. So in the week, it would display along the row as: 10/20/02...
  2. T

    Synchronize with code

    What is the code to synchronize with replicas? Thx!
  3. T

    Need a report that displays totals for week and month

    I have a call log database that stores among other things, the date and the department the call was for. I need to create 2 reports that total the number of calls to each department for a set week and set month. I want to be able to add weeks and months as time goes by, of course. How would I go...
  4. T

    Need to create a constantly updated time field and period.

    My problem is that I am creating a call log. I have a time field on the form set to automatically display the current time and store it in a field. Only problem is, the Time() function only recieves the current time when a new record is created. So if a new record is created and it sits there...
Top Bottom