Recent content by Shawnm

  1. S

    Help! I just built a new computer as a X-mas present, and am having a weird problem

    Allright guys, thanks for all the help. I got a spare powersupply and tried that and it didn't work; I then tried the powersupply I had that I thought was suspect in a good computer and it worked fine. So after taking everything off my motherboard, I tried that and it didn't work. So my theory...
  2. S

    Help! I just built a new computer as a X-mas present, and am having a weird problem

    Is there a way to test the power supply without having it hooked up to a computer?
  3. S

    Help! I just built a new computer as a X-mas present, and am having a weird problem

    OK, the noise seems to be unrelated, I think it is just one of the fans. After I let it set, it turned on but it only went on for about 10 seconds and for every second it was on the fan speeds got slower, and slower until it eventually just turned off. Before it had this problem the computer had...
  4. S

    Help! I just built a new computer as a X-mas present, and am having a weird problem

    I just built a new computer with a Chaintech VNF-250 mobo, a 2800+ AMD 64 Chip in a Antec SuperLanboy Case with an Antec 350 Smartblue power supply. I had everything up and running fine for at least 2 hours, I then went to go get something to eat, and when I returned the computer was off. So I...
  5. S

    Weird XP Pro Installation Problem

    I'm trying to do a Repair Install of Windows XP Pro, and everytime I get the GUI part of Windows Installation(Where you enter your product code, ect.), the keyboard refuses to respond. If I boot up to the System Recovery Console the keyboard works, or If I use a boot disk the keyboard works, or...
  6. S

    Can you Restore Windows XP Not Using Windows's System Restore

    I tried that, and most of the solutions consist of running a Windows XP repair install(from the CD), but when I try that it just messes things up more and I get back to the samee point that I'm at now.
  7. S

    Can you Restore Windows XP Not Using Windows's System Restore

    My windows system restore is broken; everytime I have tried to run it, it tells me that "Windows System Restore Can Not Protect Your Computer. Restart and Try Again." However no matter how many times I restart it does not work; I've tried running it from Safe Mode, and Safe Mode w/command prompt...
  8. S

    Wireless Card Issues

    Anyone?
  9. S

    Wireless Card Issues

    That didn't work :(. However it did solve an issue I have occasionally with my router :). Anyone have any other ideas?
  10. S

    Wireless Card Issues

    My friiend is doing research in VT, and he is using the wireless card that came preinstalled on his Dell computer to attempt to connect to the wireless network of the car dealership adjecent to his apartment(The dealership give approval, hes being legit ;) ). Anyway he can see the network...
  11. S

    Quick Question About The DateAdd() function in Access 2000

    Nevermind. I can use >=(Now()-(1/2)).
  12. S

    Quick Question About The DateAdd() function in Access 2000

    I'm working on a query and I want all records that were created within the previous 12 hours, however when I use >=DateAdd("d",-(1/2),Date()) at 9AM for example, it will not show any records from before midnight, so it isn't very helpful if I try and use it early such as 4AM, because I lose 8...
  13. S

    Access 2000 Question:

    Ok I understand now! That did exactly what I was looking for. Thanks very much Saynac! :D
  14. S

    Access 2000 Question:

    I'm not really understanding, sorry...are you saying that: If I have a database called "Widgets", and I have a querry called "Red Widgets", that querries the database, and creates a list of all the Widgets that are Red, when I am building a report, in the report I could use Count(Red Widgets)...
  15. S

    Access 2000 Question:

    I'm new to Access, so try and bear with me :). I am doing a report in Access 2000, and it would be very helpful if I could take the size(I.E. How many rows of data there are.), for a querry I wrote. How would I go about doing this? Thanks!