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 SkipVought 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
  • Order by date
  1. tlmm

    Need help pulling data from Access database

    Thanks. I will have a look at your suggestion. To clarify my first post - I want to list only the sectors, not the sub-sectors, but I want to get all the records from the each sub-sector as well. For example, if there are 5 records with the subsector Health and Wellness - Massage Therapy, 4...
  2. 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...
  3. 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...
  4. 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...
  5. tlmm

    window.open problem

    I guess I missed that completely! Added the commas and it works perfectly. Thanks.
  6. 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...
  7. 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...
  8. tlmm

    Format data from Access Database

    Thanks for your replies. After reading the following article, I used the code posted there. It works great with a little modification. Here it is in case anyone is interested: http://www.aspfaq.com/show.asp?id=2247
  9. tlmm

    Format data from Access Database

    I would like to have 3 columns across the page and 3 0r 4 down, depending on what fits. I had it done like you mentioned but it just lists them down the page one after the other. I would prefer to have it formatted with serveral rows and columns on the page and have a page break so it prints...
  10. 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...
  11. tlmm

    Refresh Page

    Can I do that for a previously opned page? This is the process of how the pages are opening right now if the user wants to edit: 1. Members.asp (list of members) 2. Click on a member and it opens the detailed info page MemberInfo.asp. 3. On MemberInfo.asp, there is an Edit button. Whenthis...
  12. 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...
  13. tlmm

    Page cannot be found

    Yes, I restarted.
  14. tlmm

    Page cannot be found

    Thanks for responding. I haven't looked at the problem since last week, but will be looking at it again starting today. I am not using a database.
  15. tlmm

    Page cannot be found

    I followed the steps given here: http://www.simongibson.com/intranet/php2003/ Now I get the error when trying to run the page: No input file specified. Any ideas?
  16. tlmm

    PHP

    I followed the instructions given here: http://www.simongibson.com/intranet/php2003/. Now I receive the error: No input file specified. Any ideas?
  17. tlmm

    Page cannot be found

    I followed the steps here: http://www.simongibson.com/intranet/php2003/default.asp I created a test page and ran it. It ran what looke dlike DOS script. Any ideas?
  18. 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...
  19. tlmm

    PHP

    I installed PHP on the server and set it up in IIS, but my PHP pages still aren't running. Is there something else that has to be set? Thanks.
  20. 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...

Part and Inventory Search

Back
Top