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 wOOdy-Soft 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 scc

  1. scc

    Can you resize all pics in MS Word?

    Thanks! Worked great! Always wondered how to add a module to the Normal.dot
  2. scc

    Can you resize all pics in MS Word?

    Skip, Can you walk me through how I would go about implementing this code and then running it in MS Word? Thanks!
  3. scc

    Can you resize all pics in MS Word?

    I have a document with lots of pictures in it. Is there a way to resize all the pictures at once instead of going through the document and resizing them one by one? TIA!
  4. scc

    Toolbox empty

    Curious where you find the Reset. I alphabetized my controls and I don't like it that way and would like to reset them back like they were originally (which seem to be most used at the top). Anyone know how? TIA
  5. scc

    Group By and select most recent record

    Thank you!!!! I had to "tweak" a bit, correcting a misspelled word and giving the Max column a name, but after that it worked liked a charm. I look forward to feedback from the Customer as it took the records for one day down from 269 to 27! Thanks again...
  6. scc

    Group By and select most recent record

    Thanks, I'll let you know when I get to this office whether this works or not... Here's a star for you efforts!!!
  7. scc

    Group By and select most recent record

    I'm sure it won't let me have 2 WHERE clauses on that last select. I'll try playing with it when I get in to the office.
  8. scc

    Group By and select most recent record

    Thanks for responding... I still don't quite understand how I would write the query to get all my other criteria as well. Is this what I would do? Unfortunately, I'm not at the office at the moment to try it, but will be in a few hours and need to get this resolved. Select * from FROM...
  9. scc

    Group By and select most recent record

    First of all, I just realized that I posted the following question in the SQL Server Group, but probably should have posted it here instead. Don't mean to "over-step" boundaries, but I really need some help, so hopefully someone will come to the rescue... I have the following SQL statement...
  10. scc

    Help grouping and checking the max record

    As I'm reading back through my post, I realize I didn't state this correctly, so I will correct it. I really need some help, so hopefully someone will come to the rescue... I have the following SQL statement, however there may be multiple records for a TrackingNumber. The TrackingNumber and...
  11. scc

    Help grouping and checking the max record

    I tried this, but get an error message that says "syntax error in FROM clause" and then highlights the word JOIN in the statement. Remember this is MS Access with a link to a SQL Server table. SELECT a.TrackingNumber, a.InboundDate, a.InboundUser, b.DeliveryDateTime, a.ScannedBy, a.Recipient...
  12. scc

    Help grouping and checking the max record

    I have the following SQL statement and there may be multiple records for a TrackingNumber. The TrackingNumber and the DeliveryDate (which has a time stamp in it) make up the unique key. I need to look at the most recent DeliveryDate and then check the criteria, but I'm not sure how to do this...
  13. scc

    Change text to datetime

    Exactly what I needed! Thanks!!
  14. scc

    Export or Print Modal Pop-up Report?

    Can you give me a bit more info on how to do this? Thanks
  15. scc

    Change text to datetime

    I'm having problems getting either of these to work. dbomrrsm: I don't know how I can use a field to bring back the data instead of hardcoding it... mwolf00: this brings back an error that says-- The data type int is invalid for the substring function. Allowed types are: char/varchar...

Part and Inventory Search

Back
Top