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!

Search results for query: *

  • Users: meishi85
  • Order by date
  1. meishi85

    How to export a query to CSV via VBA

    Would someone please share with me a sample code of how to export a MS Access 2003 Query to comma delimited format via VBA code? I have a book on Access 2000 which shows how to do this, but several sections of the code does not work and I am not sure how to fix it. Please help. Thank you!!
  2. meishi85

    Need helping removing a blank space...

    I have a custom query column with the following information: Email:"store" & Right([Company_Name],5) & "@sunny.com" When I run the query, I see the following: store 5001@sunny.com store 5090@sunny.com store 5022@sunny.com How can I get rid of the spaced between the "e" from store and the...
  3. meishi85

    Forgot Password Perl script

    You guys brought out some interesting points. Can I get your advice as to which is the safest method to store the password? In database or in unix passwd file or in registry?? The form creation with the email address submission is quite easy. What I need help with is the matching of the email...
  4. meishi85

    Forgot Password Perl script

    Defining my problem? Hmm...let's see. I want to learn how to write a script which allow users to retrieve their username/password after having entered their email address. My expectations? Not much. Just anything that will get the work done. Nothing fancy. Something straight foward so I...
  5. meishi85

    Forgot Password Perl script

    Unfortunately, I'm still a newbie trying to learn the ropes. I've been learning on my own for the past few months now. Do you have any sample code for me to look at or perhaps some guidance to point me in the right direction? Thank you for your reply.
  6. meishi85

    Forgot Password Perl script

    Can someone please show me how to put together a "Forgot My Password" script - similar to those seen on many other Internet sites out there. What I want a link where a visitor may click and submit their email address or something...and then they will be sent their username/password...

Part and Inventory Search

Back
Top