Recent content by dgaletar

  1. D

    Help with Security...

    OK then... can anybody else with a more modern version of Access take a shot at this???
  2. D

    Help with Security...

    Not sure why it's crashing. And I'm not too concerned about the information in the database. It's just lawn mowers... lol But thanks!
  3. D

    Help with Security...

    OK. Here it is. Please let me know if it was not saved properly.
  4. D

    Help with Security...

    Hello there. I need some help securing an Access database. I've never done anything like this before. I am about to put the database on a shared drive. I want myself to be able to do anything (of course), my co-worker Paul to be able to ONLY enter information (along with being able to view...
  5. D

    How To Sort a Union Query SQL Statement for a Report?!?

    No problem. Thanks again for all the hard work. Talk to you later...
  6. D

    How To Sort a Union Query SQL Statement for a Report?!?

    BTW, SXSCHECH, are you any good with password protecting a database??? I've never done anything like this before. But I want to put it on a shared drive. I want myself to be able to do anything (of course), my co-worker Paul to be able to ONLY enter information, and my boss to ONLY be able to...
  7. D

    How To Sort a Union Query SQL Statement for a Report?!?

    THAT IS ONE OF THE MOST BEAUTIFUL THINGS I HAVE EVER SEEN!!! I, in no way, can believe that you stuck with this STUPID issue as long as you did. THANK YOU!!!!!!!!!! PROBLEM SOLVED! DG
  8. D

    How To Sort a Union Query SQL Statement for a Report?!?

    Sorry about that. I guess my head knew what I wanted, but my fingers never typed it!!! :-)
  9. D

    How To Sort a Union Query SQL Statement for a Report?!?

    What you posted is exactly what I am looking at here. The order that I am looking for is something more like this: Battery, Air Filter, Fuel Filter, Oil Filter, Deck Belt, Hydro Belt, PTO Belt.
  10. D

    How To Sort a Union Query SQL Statement for a Report?!?

    Yes please. That would be very helpful!
  11. D

    How To Sort a Union Query SQL Statement for a Report?!?

    No. The sorting of the Report has not changed at all. I'm still trying to figure it out.
  12. D

    How To Sort a Union Query SQL Statement for a Report?!?

    OK, if the report is sorted that way, I have no idea why. As far the semicolons, I'm pretty sure that I added them in the last batch of changes.
  13. D

    How To Sort a Union Query SQL Statement for a Report?!?

    OK. I just added the database. The Union Query that we are using is titled "qryPartUsageUnion", and the Report is named "Parts Usage Report". Please let me know if you can break this case wide open for us!!! :) DG
  14. D

    How To Sort a Union Query SQL Statement for a Report?!?

    OK, so I finally figured out that I had to scroll down on the screen to see the button that says Add a Sort. But, when I added "PartType" to it, nothing happened. This seems futile! :-(
  15. D

    How To Sort a Union Query SQL Statement for a Report?!?

    OK, since my goal is to have my report display in some type of order, I used the following code: SELECT * FROM ( SELECT * FROM sbqryUseBattery UNION SELECT * FROM sbqryUseBeltsDeck; UNION SELECT * FROM sbqryUseBeltsHydro; UNION SELECT * FROM sbqryUseBeltsPTO; UNION SELECT * FROM...
Back
Top Bottom