Recent content by I-1

  1. I

    idea about some code

    Hi Bob, Can you please explain what you did ...because i dont understand this... thanks,
  2. I

    idea about some code

    Hi, where can I find the database with the changes? Thanks,
  3. I

    idea about some code

    Hi, If you look in the database below posted ...there is a table that keeps a track that logs the user that logged in and logged out. What I want to do is based on the last userID logged in show reports for that specific users. LogID UserID LoggedIn...
  4. I

    need help with logged on user

    I want particular reports to be opened by a particular user thank for answering
  5. I

    need help with logged on user

    hi is there nobody who can help me?
  6. I

    need help with logged on user

    Hi, I found this database with an LOGIN sample. This is working perfectly...(see example) Now I want to accomplish this: Based on the user that is logged in I want to generate reports. Is there a way to recall the username or userID and link that to specific reports... Allso I want to add...
  7. I

    copy text from one textbox to another

    Hi, yes its not really a spelling mistake ...I used the dutch word... But its only working with this: Private Sub txtSTART_LostFocus() txtEND = txtSTART End Sub and the "after update event" is not working...:-( Is there a way that as soon as I change it in the start ...it directly...
  8. I

    copy text from one textbox to another

    Hi, this is not working ... I can not find the "after update event" Private Sub txtSTART_AfterUpdate() txtSTART = txtEIND End Sub
  9. I

    copy text from one textbox to another

    Hi, I want to do the following... I have one datefield which is a STARTDATE I have another datefield which is a ENDDATE What I want is that when I select a startdate the enddate is automatically the same as the startdate... Can someone help me with this code? Thanks,
Top Bottom