Search results

  1. L

    Avg in Reports

    At the moment I have a report that works out a calculation if if there is a 0 as below =IIf([Ele Weekly]=0,0,([SumOfEle Verbal])/[Ele Weekly]) But I also run a aVG on this but if the above statement is 0 it comes with an error.. What I use is this below.... =Avg([SumOfEle Verbal])/[Ele...
  2. L

    Dates

    Using this Between DateValue(Date()-(Weekday(Date(),"vbWednesday")+6)) And DateValue(Date()-Weekday(Date(),"vbWednesday")) in order to get sales from certain dates Using Access 97 and the field is called Date have changed this field to another name and also chechked that Date/ Time is being...
  3. L

    Make the mouse turn so its busy

    Want I want to do is when the form is loading up I want the Mouse to turn to Busy.........
Back
Top Bottom