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: tlmm
  • Content: Threads
  • Order by date
  1. tlmm

    Need help pulling data from Access database

    I have an access database from which I am pulling records. The main table contains all the info for a specific person and their business. I am retrieving the data and sorting based on last name, and I am also retrieving and sorting the data based on the specific region a person is in. What I...
  2. tlmm

    SQL Statement

    I have a sql statement in my code which pulls data from a specific table and looks for certain criteria. The criteria is a value in a field in my table which consists of 2 words. I am unsure of how to fix my statement to include this space. This is the sql statement: strSQL2 = "SELECT...
  3. tlmm

    Error on login

    We are running Windows Server 2003. I recently set up a new user on the network and it was working fine. Yesterday she changed the time on her computer and now she can't logon. This is the error: the current time on this computer and the current time on the network are different Any...
  4. tlmm

    window.open problem

    I am having s problem using window.open. I am using the code below to open a new window. It works correctly in IE, but when I tried it in Netscape 7, it opens the new page, but does not display the scrollbars, so the user cannot view the entire page. Is there something specific I have to do...
  5. tlmm

    Open Word from ASP

    I have a Word doc already created that I want to open from an asp page. I want it to open in Word and allow the user to modify if necessary. I currently have it opening (using href), but it is opening in IE. I think I should be able to do it with javascript to open word and then call that...
  6. tlmm

    Format data from Access Database

    I have an access database with a front-end created in asp. A part of my application is a directory of all members in my database - name, contact info, phone, fax, email, etc. I am trying to figure out how to format this directory on the screen so that it looks nice and so I can get as many...
  7. tlmm

    Refresh Page

    I have an access db backend with a frontend in asp. The user is able to add, edit, view, and delete members from the db. I have a page that lists all members (members.asp), only showing a few fields for each, i.e. ID, fname, lname, city/town, etc. If you click on one of these records, it...
  8. tlmm

    Page cannot be found

    I have a web site designed by someone else that I would like to run from our server. Most of the pages are PHP. We didn't run PHP before, so I installed PHP on our server (Windows Server 2003) and set it up in IIS (6.0). The pages are still not running. Is there something that I have to do...
  9. tlmm

    PHP

    I am running windows server 2003 with IIS. Our company web site is running on this server. We have another web site that we would like to run on this server as well. This web site is mainly PHP and will not run. I have looked at several posts which say that I must install PHP and set it up...
  10. tlmm

    Insert Into

    I created an ASP page and I am trying to insert a record into an Microsoft Access (2003) database. If I don't put a date or a number in a textbox and try to insert it into the database, where these fields are represented by a number or date datatype in the database, the insert statement errors...
  11. tlmm

    Send email to addresses in Outlook database

    Hi, I am wondering how to send an email to a list of people in an access database. The email should have a message in the body, as well as a Word attachment. I know how to do this using a mail merge in Word where I can send the email using the Word doc as the email body message or attach this...
  12. tlmm

    Has this ever happened? Win 98

    I formatted a computer for someone and when I dropped it off, it worked fine. Now they say they're getting an error: Windows Protection Error Press any key to restart I haven't looked at it yet, so these are all the details that they could give me. Thanks!
  13. tlmm

    Email Message

    -------------------------------------------------------------------------------- Does anyone know what this message means: The following recipient(s) could not be reached: Name on 5/06/04 9:08 AM 553 5.3.0 <emailaddress>... IP address 999.999.999.999 listed at dnsbl.sorbs.net as a...
  14. tlmm

    Hyperlink

    I have a hyperlink that needs to be displayed on a web page. The user can click this link to open the page. What I am wondering is: I think there's a bit of code that can split a hyperlink into 2 lines, but I can't find it. E.g. this is what is displayed on the page...
  15. tlmm

    Embed HTML Page in Email

    I have an HTML page which is a newsletter. I want to be able to add it to an email message so I can email it to people. I want it to be in the body of the email, not sent as an attachment. There is a .htm page, several images, and a .css page. I need all of these to be embedded for the page to...
  16. tlmm

    Default table to bottom of page

    I am wondering how to default a table to the bottom of the page. On one page, there is certain info that I want at the very bottom of the page, but can't figure out how to do it. Thanks.
  17. tlmm

    Remove Headers and Footers

    Hi, I am using the following code on a page that users will print off. It stops the headers and footers that normally appear from appearing when a web apge is printed. E.g. the page URL that appears at the bottom of the page. <script type="text/vbscript"> Dim WSHShell Set WSHShell =...
  18. tlmm

    Page breaks and default to bottom

    I have two questions: 1. Can someone tell me how to code for automatic page breaks? For example, if I am designing a web page that I want users to be able to print off, how can I put in breaks so that I can say which info appears on which printed page? Currently I am using the code below but...
  19. tlmm

    Access Help

    I am wondering if it is possible to merge an access db with Outlook? I have a db with a table containing contact info, one of the fields being Email. I would like to be able to run queries on this db and select certain contacts to email and have this done from Outlook. Can I do this? I am using...

Part and Inventory Search

Back
Top