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 Wanet Telecoms Ltd 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: fatstu
  • Content: Threads
  • Order by date
  1. fatstu

    Restore Factory Settings

    I just bought a second hand Cisco 2505 and dont have the privilege password. I just want to blank the router and begin from the beginning again. How do I go about doing this?
  2. fatstu

    Update Query

    Can someone help me set up this query. table_x has 4 fields Date (date/time), Cust ID(number), count_1(number) and count_2(number). Typically for each day a cust will have a record and have the 2 count fields filled with assorted numbers. Ive been trying update a one of the count fields for...
  3. fatstu

    Line Breaks into database

    I know this isnt directly ASP but just wanted to know if anyone had the answer. I have a form on an asp where a people enter a lot of text. Inevitably they split up the data with new paragraphs. However, unless you physically enter <br><br> into the text field it does not display a line break on...
  4. fatstu

    Table Borders

    How do I put a small 1 pixel black line along my table borders. I have used the following code but it only fills the outside edges with the line. <table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;3&quot; cellspacing=&quot;0&quot; bordercolor=&quot;#000000&quot...
  5. fatstu

    Sorting by field

    Im looking to sort a repeat region by the date field as default. Easily done i.e. ORDER BY date. I want to add functionality that lets you sort by other fields e.g. name, address etc etc. Going back to the ORDER BY [field] statement, is it possible to make this dynamic? Or would I need to...
  6. fatstu

    UK dates...help!!

    Can someone figure out a solution for this please as im beyond puzzled. Im passing a date from ASP page 1, to ASP page 2 via URL Parameter. Page 2 then filters recordset by the date in URL parameter. Heres what I cant figure out however. If I pass through a date like 21/07/2002 (i.e. a date...
  7. fatstu

    UK Dates and ASP

    Im developing a small ASP/Access 2000 driven tool at the moment. I want to pass a date from page1.asp as a URL Parameter to page2.asp. Page2.asp then filters the data which equals the date from the URL Parameter....simple stuff. But no!! In dreamweaver MX when I test the data with a UK date it...

Part and Inventory Search

Back
Top