Recent content by morpheus2002

  1. M

    Message for record lock by user x

    Is there any way of creating a personalised message if a record is locked by user A and when it is trying to be accessed true a form by user B and that user B in no condition can access this record , not even for reading (form cannot been opened)? The message should be like this: "The record...
  2. M

    Check Access User password

    My entire database is created in that way that nobody can close any form without using one of the appropiated command buttons inside the forms. But I noticed that once in a while the database is getting blocked by system (read network) problems. Because of this thread I had to create a link in...
  3. M

    Bios and System Startup verry slow

    The problem was fixed while I was investigating the SATA drive on my PC. Apearantly there was something wrong with my SATA-driver? I switched my HDD to IDE, and after that I got some blue screens while booting XP, but the PC wasn't slow anymore. After several atemps of rebooting I decided to...
  4. M

    Record Lock

    No there are above 1000 records in the table.
  5. M

    Record Lock

    I have a created a database for insurance policies. I'm using a form in the database to edit the data in the underlying table. I use "pessimistic lock" in the database and in the form. The database runs in a multi-user environment. My question is the folowing: When a user is editing a record...
  6. M

    Bios and System Startup verry slow

    My PC won't startup normally anymore. First of all my bios startup takes about 3 minutes after trying to start Windows. While starting Windows eventually, it takes another 5 till 10 minutes before the start menu arrives at the screen. But the whole process takes more than 30 minutes to...
  7. M

    Multivalue criteria search in Query

    I totally agree to register data seperately instead of sharing them in one field, but I will explain why there is sometimes more than one value in my field. I have created a database for Fire Insurance. When the insured didn’t pay his premium, I need to send a letter to the insured, his broker...
  8. M

    Multivalue criteria search in Query

    I already have the 3rd column bound, but the problem is that the value in the third column is sometimes a multivalue. How do I seperate the data of this multivalue field. When there is only one name in the field, the query will work and gives me the adress I need, but when there are more than...
  9. M

    Multivalue criteria search in Query

    I have a multivalue criteria inside a listbox that I need to use to filter several data out of a table by using a query. The multivalue textfield is the 3rd column of the listbox (eg. John Jonson,Tom Boost,Kim Moore). When I select a row inside the listbox, I want all the adressess of the people...
Top Bottom