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 IamaSherpa 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. tterrapin

    SQL database update problem with an ASP page

    Can someone possibly help me. I am trying to update an SQL database thru ASP and can't get the syntax right. Not sure if I need to do something with DBEngine or Workspace or something else. The below query works when doing a plain query but does not work when trying to do an update query. The...
  2. tterrapin

    Need to change .lbi contents and implement changes on html pages???

    I have a situation where I have had to change the contents in a .lbi file. How do I implement the .lbi changes on all the pages where the library file was originally inserted? There are hundreds of pages that this library file was put into. I'm sure there must be an easy way to do this as this...
  3. tterrapin

    date problem - need to compare form date to current date

    Can someone tell me how to compare a date from a form to the current system date. I've tried coding this several ways and keep getting errors. What I have is a form with 3 drop down boxes to determine a date. Dropdown boxes for Day is 01-31, Month is "January - December" and Year is...
  4. tterrapin

    Help needed with select statement with Dates using an Access database

    Thanks Wushutwist Using the # around the date field worked perfectly. Tterrapin
  5. tterrapin

    Help needed with select statement with Dates using an Access database

    I am trying to do a simple select statement where I only select records found with an expiry date >= today. It's an access database and the field is in Date/Time format. Below are the statements which I have in my asp page but the selection is not working. If I take out the WHERE clause with...
  6. tterrapin

    CSS not working with Netscape

    Thank you "aperfectcircle" - that was exactly it! Strange that it worked in IE (actually no it's not :). Thanks again... it always helps to have another set of eyes looking at code. Terrapin
  7. tterrapin

    CSS not working with Netscape

    Aperfectcircle: Perhaps my call to the style sheet is in the wrong place for Netscape. I'll include the html code for my calling page. Doesn't make sense though that it worked for you and not for me - only think I can think of is that you are perhaps calling it from within your program than a...
  8. tterrapin

    CSS not working with Netscape

    My main (calling) document which references the css is www.kasaanmals.com/austin.htm - the css file is kasaanmenu.css I call the style sheet by the following code and it is in the heading section of the html page: <link rel=&quot;stylesheet&quot; type=&quot;text/css&quot...
  9. tterrapin

    CSS not working with Netscape

    Can someone help me with this basic CSS code and Netscape? The version of Netscape that I am using is Netscape 4.7 The below code works fine with IE but will not work with Netscape. It will set the background color correctly in Netscape but nothing else. From every web site I have checked this...
  10. tterrapin

    I have a html page which I design

    I have a html page which I designed with Front Page - I have a table with 2 columns in it - one column is populated from data from an access database. When the data is larger than the cell size (70%) - the data is not wrapping in the cell and is stretching the table size off the screen. It works...
  11. tterrapin

    cell size - varying from Netscape to IE - stretching table beyond 100%

    I have a html page which I designed with Front Page - I have a table with 2 columns in it - one column is populated from data from an access database. When the data is larger than the cell size (70%) - the data is not wrapping in the cell and is stretching the table size off the screen. It works...
  12. tterrapin

    Javascript - overflow error with IE 5.5

    I copied code on this site for preloading images. The code works fine in Netscape 4.75 but I get an overflow error with IE. The overflow error is occuring on the first for loop. Below is the code which I have in my program: Any ideas??? I would appreciate them. function Precache(){ var i = 0...

Part and Inventory Search

Back
Top