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 Mike Lewis 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: mmara
  • Order by date
  1. mmara

    Listbox SQL problem

    Instead of: "WHERE tblLog.Date='" & lstLogDates.Text & "'", dbOpenSnapshot) Use: "WHERE tblLog.Date=#" & lstLogDates.Text & "#", dbOpenSnapshot)
  2. mmara

    Record is out of range

    There are about ten to fifteen dbf files that are used in this program. Each one of those files can have multiple index files associated with it. I also commented out the portion of code the error happened on and the error happened on the next select statement, even though there was more...
  3. mmara

    Record is out of range

    I am getting a &quot;Record is out of range error&quot; when I perform a Select <workspace alias> statement. This error just started happening at the beginning of October. I tested the program with today's date and a date from September, and it worked for September and errored out in October...
  4. mmara

    Label Problem in Data Report

    Nevermind, I figured it out.
  5. mmara

    Label Problem in Data Report

    I am writing a report that is going to be faxed using Zetafax embedded addressing. I have to create a string in a label that looks like the following: %%[Fax: 999 999 9999] When I put the text in the label, it drops one of the percent signs. Does anyone know why the Data Report is dropping...
  6. mmara

    Send Email Through Outlook Using ASP

    Does anyone know how to send an email through Outlook using ASP. I found a vbscript file that can do it, but when I plug it into my asp page, it give me and error on the following: Set ol = WScript.CreateObject(&quot;Outlook.Application&quot;) Any help would be great.
  7. mmara

    Access Exchange Through ASP

    I am trying to have an ASP page send a message to a user after they have submitted a form. Will I be asked for a login name and password before I send the page. If so, is there a way to bypass this?

Part and Inventory Search

Back
Top