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!

Search results for query: *

  1. BeginnerProgrammer

    SMTP VIRTUAL SERVER

    Is there a way to progrmatically start and stop a localhost smtp virtual Server with code? What I want to do is have my module start the virtual server, send some emails, and then stop the virtual server.
  2. BeginnerProgrammer

    Array question for VBA

    I am using the following code to read a text file into an array and need to write certain elements to a separate text file. Please help. zoscarray = Split(mytextfilestring, "--------------------------------------------------------------------------------") I know how to identify the array...
  3. BeginnerProgrammer

    Carriage Return: chr(13) in an email

    I am pre-populating an email with ASP using SendTo but the carriage return is not working. Can someone please help. Thanks,
  4. BeginnerProgrammer

    LENGTH OF DB NAME

    Hope someone can help. This is my situation. dim path path=len(currentdb.name) gives me c:\dir\dbname.mdb How do I get the length of just the dbname.mdb?
  5. BeginnerProgrammer

    Insert a textbox value into a cell in a worksheet

    Can someone tell me how to populate a cell in a worksheet with the value of a textbox on another worksheet in the same excel spreadsheet? Any help would be greatly appreciated. Thanks
  6. BeginnerProgrammer

    Column in a Listbox

    Can someone tell me if there is a way for Access to determine which column is clicked on in a single list box? Thanks,

Part and Inventory Search

Back
Top