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

    Selecting Where Month is in date

    I need (in my SQL) to select records from my Access DB where a paticular Month matches the one in the Date field. So I pull out all records for one paticular month. I tryed:(September select example) "SELECT * FROM tblStats ORDER BY Date WHERE Date=#10/%/%#" But this doesn't work...
  2. colzboppo

    I would like to create an SSL for a login page!?

    Im running IIS 4 on an NT machine, My code is VBscript, Is it possible to do this? Some input would be great, thanks Colzo
  3. colzboppo

    JET, and unspecified errors

    I've just changed to Jet to connect to my DB, im running a NT 4 server with IIS 1 or 2 I think. I've dealt with a lot of errors in the past, however this one mystifies me " error '80004005' Unspecified error " nice one Microsoft. It refers to the line after the last line in an include...
  4. colzboppo

    INSERT this.... expected 1

    Im using Access2000 UltraDev...Sorry And it works fine inserting elsewhere... This meesage has come up before for, me. It is when I am Inserting a new record, and there is a many-to-one relational numeric field in there. It pulls up the Column Header type mismatch error, yet my headers are all...
  5. colzboppo

    Querystrings inside frames

    I have a cute little page that Pulls stories from a DB, and well, its uses a querystring to pull certain ID numbered records from the DB. I didn't use the POST method, as I wanted to be able to link to the news page with a specific story in mind. Well, I can only pass a query string to just the...

Part and Inventory Search

Back
Top