Recent content by Mirjam

  1. M

    .ldb file write admission problem for our users

    Thanks you a llllooottt It works
  2. M

    .ldb file write admission problem for our users

    I open my database when I click on the link in a pdf file! I created a database and if I look in the properties every domain user has full control to my database. When I open the database it creates a .ldb file, but in the ldb every user has only a read admission. I can change the admission to...
  3. M

    Delete security messages

    Hi, when I want to open my new database a lot of messages appear, which are not really friendly for the user. Does somebody know how to avoid them? The application "C:\Program Files\Microsoft Office\Office11\msaccess.exe" is set to be launched by this pdf file. the file may contain programs...
  4. M

    Access to a database form for more users at the same time

    Hi, I created a database where everybody should insert his holiday plans and absence of business. the Database is linked and opens automatically the form when you click on the link on the pdf. But know it is not possible anymore that more than one person opens the file to insert the data. The...
  5. M

    Entries with Date This Week

    Thank you, that was a fast answer!:D This will return records from Monday to Sunday of the week and next. Is that right? week:Between Date()-Weekday(Date(),2)+1 And Date()-Weekday(Date(),2)+14
  6. M

    Entries with Date This Week

    Thank you for the help, that was great!!!:rolleyes::) Now they changed there mind, so they also want to see the entries of this week, which were yesterday for example. So I want to show "this whole week" every day. Do you know how to do that, too? Thank you Mirjam
  7. M

    Entries with Date This Week

    I set up the following code on the Expression Builder Date() Or Between Date() And Weekday(6) Or <Date() I want to get all entries of the rest of the week, but it is not working. Can I set up Weekday(6)? So if it is Monday i want to see all entries from Monday to Sunday and if it is Wednesday i...
Back
Top Bottom