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 TouchToneTommy 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 Spyder757

  1. Spyder757

    How to reference value between columns?

    I've got a text file that contains data in the following format: ID START END COMMENT 01 9am 12pm Login 12pm 1pm Lunch 1pm 5pm Logout 02 7am 11am Login 11am 12am Lunch 12am 4pm Logout Now I...
  2. Spyder757

    Can a full XP Pro CD upgrade XP home?

    Thanks guys. Bcastner you hit the nail on the head. I was shopping on line when I noticed an OEM copy that stated it couldn't upgrade Home Edition which is was prompted my question.
  3. Spyder757

    Can a full XP Pro CD upgrade XP home?

    I bought a lap top a few months ago that shipped with XP Home. I'd like to upgrade to XP Pro. However I'd rather buy the XP full install rather than the XP Pro upgrade simply because my laptop didn't ship with the discs to reinstall the OS should it ever become corrupted. ANyway to make a long...
  4. Spyder757

    “SendObject” question. Possible to disable prompt?

    Thanks allot man that worked like a charm.
  5. Spyder757

    “SendObject” question. Possible to disable prompt?

    Well you are correct, When I added the error handling it no longer prompted to debug, it simply poped up the message box that you had to "ok" through.
  6. Spyder757

    “SendObject” question. Possible to disable prompt?

    I’ve got a database and I’d really like it to be as easy as possible on the end users to export a report in snapshot format, open a new piece of mail from outlook, and attach the report. I decided to do this using the SendObject command. My code works fine for exporting the report and attaching...
  7. Spyder757

    Access versions/developer

    I've got XP developer and have had no problems with it. It's almost impossible to find it at any brick and mortar stores but I got it new in box for $500 from a vendor listed on Pricewatch.com.
  8. Spyder757

    Store hyperlink in table but display on form, report, webpage etc...

    I'd like to be able to store the hyperlink of a graphic file in my table but be able to display this image (rather than the link) any time I query it for a web page or form. Is this possible, or am i taking the wrong route on this?
  9. Spyder757

    Returning values “greater than” question.

    I've tried that, and while it works, it then gets into another problem. I'd need ot be able to toggle that "Is Null" status from the form. Possible?
  10. Spyder757

    Returning values “greater than” question.

    Yes. My table looks like this: Employee Name Department Score Type 1 Score Type 2 So records would be like: J. John, Sales, 5, 1 B. Brad, Sales, 3, 4 K. Johnson, Sales, 9, I would need to view K. Johnson even though they didn't have a second test score.
  11. Spyder757

    Returning values “greater than” question.

    Basically I’ve got a query that returns the values of anyone who has tested greater than the value of a combo box. For this I use: >([Forms]![Rpt_Form]![Score Type 1]-0.01) >([Forms]![Rpt_Form]![Score Type 2]-0.01) Each employee has the option of two test types. So I’ve got 2 of the above...
  12. Spyder757

    How to sort records in combo box?

    I've got a combo on my form, it refers to query that has 6 coloums but is only bound to the 2nd. How can I go about having the records sorted in alphabetical order? I've tried sorting the query that the combo box refers to but it doesn't seem to work.
  13. Spyder757

    Getting value from text box question

    Nevermind I posted prematurely, I figured out how to handle this. All I had to do was remove the " " from around my form ref. I guess my next question would be is there any thing I could add to my code so Outlook wouldn't prompt the user every time about a peice of mail being send on...

Part and Inventory Search

Back
Top