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: *

  1. TechnoWeenie

    Need Help with a BSD

    One more thing... yes the stop code is 0X000000E8
  2. TechnoWeenie

    Need Help with a BSD

    yes, I have tried to restore to a different point but that didn't work. I guess I should say that this computer isn't mine. It was given to me to fix other issues but I can't even get to them until I get this to boot without issues. I don't have time to do anything on the system. It's gotten...
  3. TechnoWeenie

    Need Help with a BSD

    I have a computer (Windows XP) that is infected with a few different virus. the problem is I can't get into the system to fix them. When booting up, the system starts up normal the anti-virus program catches the virus and lets me know about them and continues to load the rest of the programs...
  4. TechnoWeenie

    Help with an Update statement

    Well, I got it to work. First I had to SELECT the record I was looking for and then change the values and UPDATE the record. Don't know why it works this way and not the other but it works!
  5. TechnoWeenie

    Help with an Update statement

    I tried removing the ' from the eventID and I still have the same Data type mismatch error
  6. TechnoWeenie

    Help with an Update statement

    When I tried using the # I got the following error UPDATE tblDetailEvents SET check_in_time=#12:16:38 AM# WHERE ID='15'; Microsoft JET Database Engine error '80040e07' Data type mismatch in criteria expression. The eventID I'm searching for is just the auto counter in Access. That is one...
  7. TechnoWeenie

    Help with an Update statement

    I tried it as you suggested. No go. I'm not sure if this will make a difference, I doing this in ASP. I did a quick lookup on CDate in the book that I have here but it didn't give me much more than 2 sentences. I tried using it but I still come up with the same problem.
  8. TechnoWeenie

    Help with an Update statement

    I'm having problems updating my database and I can't figure out why. First, I insert a time into the DB. This is the checkout time. This works, no problem. when the unit comes back I have a check_in_time. This is not working. I'm using the same statement I used to put the checkout time in...
  9. TechnoWeenie

    ? about forms and their buttons

    If I'm using a form, how do I change the submit and reset buttons to a graphic I designed? I saw a post on this subject when I wasn't looking for it and forgot to bookmark it. Now I need to know how and I can't find it.
  10. TechnoWeenie

    Need help with a query

    question, I can't seem to figure this out. I'm using ASP to access my db. I have an access db with 2 tables I need to get information from. table 1 has the users information and a user ID field. table 2 has the classes taken by the users and a user ID field which corresponds to the user ID from...
  11. TechnoWeenie

    Need help finding the problem with this

    I've included, I think, everything you guys will need to help with this one. This updates a user database (MS Access) with the data passed from another page. I've used this exact code (except for the SQL statement) on other pages and I haven't any problems until this page. I get the following...
  12. TechnoWeenie

    need help passing values

    I think that will help me. I will give it a try and see if I can get it to work. If I get stuck I will post again and maybe see if I can put the application on the web so you can see what I'm talking about.Thanks for the help Veep
  13. TechnoWeenie

    need help passing values

    the example code (<input type='checkbox' name='E4' value='9'>) is some of the actual code used. My question is how can I tell that E4=9 was passed to the processing page instead of E8=33?
  14. TechnoWeenie

    need help passing values

    What I'm trying to do: pass information from a form to a page that will process the information. On the form page it pulls up a list of unassigned inventory and displays it along with a check box. You can choose what you want to assign by clicking the check box next to the item and click the...
  15. TechnoWeenie

    need help with a query

    This is for a domain counter I'm trying to get going. when someone hits the web site it records the IP address, resolves the IP to a domain name if possible and number of times they have visited the site. What happens is I get hits from the same domain but different IP's so I have many rows...
  16. TechnoWeenie

    Need help with a query

    Crap, I never thought about it until you said it... you were right. After some messing around the final/working query is SELECT * FROM Items WHERE active=True AND expire_date>=#&quot; & Date & &quot;# ORDER BY category It's now doing everything the way I wanted. Thanks!!!!
  17. TechnoWeenie

    Need help with a query

    I'm trying to find all items in my db that are active and where the expire_date is either today's date or in the future and then sort them by category. Finding anything that is active and sorting by category works fine. It's the date part that isn't wokring for me. The format of the date is...
  18. TechnoWeenie

    Need help on how to do this

    Your right. I need to learn more that is why I'm taking this project on. I can get this table to build right to left without a problem. I don't know how to get this to build up and down. That is where I am stuck.
  19. TechnoWeenie

    Need help on how to do this

    Working on updating a classified ads web site. I would like to list the ad in a table, sorted by category. Sounds easy but wait there's more.. list them by columns, 10 items in a column after the 10 item it builds a second column and continues listing the ads until it reaches the end and then...
  20. TechnoWeenie

    need to know where to look...

    for information on using ASP and SQL. I have a couple books here but they cover mostly Access DBs. I've got those working pretty good and now I want to move them to MS SQL. I need references (beginner) for how to setup SQL DBs, security, etc. and on the ASP site I need some books with good...

Part and Inventory Search

Back
Top