Search results

  1. Y

    Know anything about this

    Can you ask this question to the salesperson or the tech assistant to explain this?
  2. Y

    What is the best budget config harnessing the power of DDR4 RAM?

    Configuration 1: --------------------------------------------------------------------------------------------------- Config: Brand and Type: --------------------------------------------------------------------------------------------------- CPU Intel i7...
  3. Y

    Know anything about this

    if you hide it into the car's mat and your can has been stolen, then would it send GPS information to your smartphone's app? Because you car could be stolen far away.
  4. Y

    Auto system reboot of Windows Server 2008

    This week is normal. So the problem is just that loose socket. @sneuberg : The link you provided had mentioned this kind of problem, "Make sure you don't have young children with itchy hands around your pc :D" And maybe i would submit this story to my country's Reader's Digest. It is sad that my...
  5. Y

    Auto system reboot of Windows Server 2008

    Today is Friday. i feel not good that it is only Tuesday that the server is OK. Monday, Wednesday and Thursday, the server rebooted around 8:35 am. So i entered the server room at around 8:25 am and waited to see what would happen. The server is just a PC without UPS connecting. i had installed...
  6. Y

    Auto system reboot of Windows Server 2008

    At 8:30am Yesterday morning,before i went to the server room, i used Remote Desktop to connect to the server to see whether it was running properly, but i couldn't get connection with it. So i went to room and was told that the server was down by my colleague. i asked her when it was down? She...
  7. Y

    Auto system reboot of Windows Server 2008

    Thank you @sneuberg! You gave me abundant information from these 2 links. At first i felt there would be hackers outside to cause the problem due to the Event Log message showing TermDD error message with ipv6 address. and we use Remote Destop utility to log onto the server from other computers...
  8. Y

    Windows 8 + Access 2000

    try to reinstall the access 2000 on your 2 newly upgraded laptop may be help...
  9. Y

    Auto system reboot of Windows Server 2008

    Hi, everyone, i am a Chinese user of Windows Server 2008 R2. And i noticed the auto-reboot of this server on around 8:45 am everyday recently. This server is for file-serving for my company and for financial database too. The event log of this auto-reboot is as follows: Log Name...
  10. Y

    Problem with duplicating records

    Hi, Caferacer, Try to add 2 lines below to your duplicate button code: DoCmd.Requery DoCmd.RunCommand acCmdRecordsGoToLast For example, the code of duplicate button is like this: Private Sub duplicate_record_Click() On Error GoTo Err_duplicate_record_Click DoCmd.DoMenuItem acFormBar...
  11. Y

    Problem with duplicating records

    Hi, Caferacer, What i am using is Access 2003 not Access 2010 you are using. Also its version is Chinese. I would download an English version right now. But your question is something I was encountered before. From your description, I think you use a duplication button to duplicate record when...
  12. Y

    Are you an atheist?

    Yes, Japanese politics has been changed much from WWII and the major power has changed to Prime Minister not the Emperor any more. And I also don't know if Japanese will still do kamikaze practices today. And I totally agree with Galaxiom that the Emperor should have been tried for war crimes...
  13. Y

    Are you an atheist?

    hi, Mihail No, your English is good and I can understand your meaning. You have not offended to our culture indeed but are curious about Chinese culture or Japanese culture. The kamikazes or seppuku practice you mentioned above especially exists in Japan. Chinese rarely do these practices. Maybe...
  14. Y

    Are you an atheist?

    hi, Mihail, Thank you for your interesting in Buddha. Buddhism was originated from India and introduced to China at about 67 AD due to the communication from monks in both countries. Nowadays most Chinese people have no relief in fact, but the Buddhism is admired by most Chinese because it was...
  15. Y

    Are you an atheist?

    I chosen to 2 and have just seen the poll results that most people believe in God. Maybe the answer I chosen is weak for my belief is uncertain. Yes, I have confused by this for a long time. As I grew up in China, my original belief is Buddha which is ashiest and I loved the ways of thinking in...
  16. Y

    Cannot update 1 record because the conflict of effectiveness of the rules occurs.

    Thank you dfenton. In doing so really may generate new problems. The design of table fields needs to be considered thoroughly.
  17. Y

    Cannot update 1 record because the conflict of effectiveness of the rules occurs.

    Thank you The Doc Man. Yes, the error message was translated from Chinese that made confusing. Hehe.
  18. Y

    Cannot update 1 record because the conflict of effectiveness of the rules occurs.

    I have solved the problem. The solution is to make the rule of allowing blank string to YES. As there are many blank strings which are needed to be updated, so it violates the rule of not allowing blank string. Actually the problem was solved several days ago after I posted both in this site and...
  19. Y

    Cannot update 1 record because the conflict of effectiveness of the rules occurs.

    Hi all! I use ASP webpage to update records in background access table and get problems. The SQL statement is just as common as others. UPDATE table1 SET contact_status='new', contact_date='2009-11-9', company='someone', quote='0' WHERE ID=763 I have omitted certain SQL statements since...
  20. Y

    The auto-incrementing ID field becomes radom number

    My colleague fills records by using quering. This is not a splitted model as dfenton said. It is better for me to use splitted access app.
Back
Top Bottom