Search results

  1. C

    Attendance database help

    Ok I will review this and see if I can finally get these last two reports working. Thanks so much.
  2. C

    Report showing different information than query

    Yes there is a filter on the query, 2 of them.
  3. C

    Report showing different information than query

    I have a report which uses a query as its source. On the query the results are being returned correctly but report is not returning the same information. What might be the cause for this?
  4. C

    Attendance database help

    Ok so I created a query that shows how many jobs an employee has. but when I added a / qryempjobcount.empjobcount at the end of my existing formula the results went crazy...
  5. C

    Attendance database help

    hey jz not sure if you read my post where I was noticing some employees were having there attendance points multiplied. Well I just discovered what number it was being multiplied by, the number of jobs the employee has. Now how to fix this at the root cause, not sure. But if you could help me...
  6. C

    start form in "windowed" mode

    DoCmd.Minimize DoCmd.Maximize Will start the form minimized or maximized but how do I start a form in windowed mode?
  7. C

    form captions

    that works. Thanks.
  8. C

    form captions

    I was wondering if it is possible to assign this to a form caption forms!frmEmployee.comNumber. Like this "Employees with more than " & forms!frmEmployee.comNumber & " point(s)" Or something like that. Failing that is there a way to set a query caption?
  9. C

    Comparison Query

    You know I actually had 3 of the 4 parts of that correct. The last part that you just powered through is where I was hitting a brick wall. Thanks so much, now to read the sql code to try to make sense of it.
  10. C

    VBA query change criteria

    As I suspected it was a problem with the employee in the database, don't know what caused the issue. But I deleted the employee and reentered all the data for the employee and now it is giving the correct results. Is there a way to check for hidden duplicate data? I believe there was hidden...
  11. C

    Comparison Query

    As always very helpful. Thanks I will review this in a bit and see if I can get it to work. Thanks much again jz.
  12. C

    VBA query change criteria

    Should be noted that this issue was already present before your help. Just had not yet discovered it.
  13. C

    VBA query change criteria

    Not sure if you have any idea why it appears to be doubling some results. If there an error in one of pieces of code?
  14. C

    VBA query change criteria

    no that is the what i wanted, just didn't know the command. how will that command know the query name?
  15. C

    VBA query change criteria

    thanks John, but how do I pass that into the query from VBA? That is the part I'm really clueless on. Thanks for the tips though. Also I tried the query you posted and get a data mis-match error when I try to open the query. Not sure why with the exception of char(34) it looks the same.
  16. C

    VBA query change criteria

    Um...not sure if you read the question. That isn't a vba solution. That is already what I did.
  17. C

    VBA query change criteria

    See the below query, how would I write this into vba and have the criteria be set by cboNumber? If anyone could help that would be greatly appreciated. I got this code from the query designer generated code. I highlighted in red where I suspect I would change this to the combo box. Which...
  18. C

    Jz, I am having a heck of a time with a query. Do you think you could hop over to this post and...

    Jz, I am having a heck of a time with a query. Do you think you could hop over to this post and see if you have anything to offer? I've tried stringing together 3 queries but the problem i'm having is that some days for each department do not have employees with days off. And as such they are...
  19. C

    Comparison Query

    Well I got it to work sort of, the only thing is it isn't showing days where no one is schedule off. How do I get it to show days even if no one is off?
  20. C

    Comparison Query

    I don't understand how these two are subtracted...since the first query doesn't give a sum of persons off...
Back
Top Bottom