Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kmccoy1970

  1. kmccoy1970

    Creating a History Report and using Date Last function

    Worked like a charm! It's official...I am madly in love with all of you who helped!! Thanks soooo much! Katy p.s. now I have to study the code to see HOW YOU DID IT!! :)
  2. kmccoy1970

    Creating a History Report and using Date Last function

    The query for compiles all employee history is made up of several linked tables and goes like this: SELECT tblTrainingCat.CategoryName, tblEmployees.[Employee ID], qryEmployees.Employee, tblTrainingDesc.TrainingName, tblTrainingHistory.CompletedDate, tblTrainingDesc.TrainingFrequency...
  3. kmccoy1970

    Creating a History Report and using Date Last function

    Well, I thank you very much, but it's not working..I've tried modifying the code but I end up with the same result.(That banging sound is my head hitting my computer screen! :) ) I'll go back to the drawing board and figure out if there is another way to accomplish this. I appreciate your...
  4. kmccoy1970

    Creating a History Report and using Date Last function

    Hi there: I'm trying to create a history report where I show all of the classes a user has taken. There will be times when they will duplicate the training because we have to take some classes every X months. When someone has taken 2 or more of the same class, on the LAST class that they took...

Part and Inventory Search

Back
Top