Recent content by Djhilbert

  1. D

    Login Form Error

    I would like to thank everyone for the suggestions. With all the changes I'm happy to announce that my security login in form now WORKS. Thank you all again. Now time to set up the login tracking. Djhilbert
  2. D

    Populating form fields

    Hello everyone You may have seen another post of mine asking for help on a security login in form. (Thanks for all the Help) However, I am working on another database for the same non-profit. In this database I have two forms that use the same payout form. What I would like to do is populate...
  3. D

    Login Form Error

    Happy New Years to everyone thanks for the help on my login security form. With all the help and changes i've made I'm now coming up with a Syntax error. This is my code so far. Private Sub LOGIN_ID_FORM_Click() Dim userlevel As Integer Dim Userpassword As String Dim Userlogin As String...
  4. D

    a back button on a pdf viewer form

    Hello everyone. I have a PDF viewer form it works fine. The problem I'm having is at first it comes up with a list of folders and when one is selected it goes to all the PDF files in that folder, however there are times when I need to go back to the first screen to select another folder. As...
  5. D

    Hello Everyone

    Thanks I'll give it a try.
  6. D

    Hello Everyone

    I started with or and that's what happens. That's why I used the And statement.
  7. D

    Hello Everyone

    I tried using OR and the login test passed either way that's why i changed it to AND
  8. D

    Hello Everyone

    yes, I give the numeric password. so I'm sure it's an integer. It dosesn't make it past the dlookup login information just before the dlookup for the securityLVL thank you for your help Debbie
  9. D

    Hello Everyone

    Good Morning everyone:banghead: I am creating a database for a non-profit veterans organization and I'm having a little trouble with the advanced security login form. The error started as an object not found, then syntax and compile error, now type mismatch. Here is a copy of my code. I've...
  10. D

    Hello Everyone

    :) Good Morning Everyone I became a member back in 2012 However, I had not been creating Access DB in a long time. The last version I used was Microsoft Access 2001. I recently became employed creating a Database for a non-profit Veterans Resource Center (MAVEC), they are using Microsoft...
  11. D

    ACCESS 2000 Time Calculation

    There is a date on the call log but the incident report only has times they are joined by the incident numbers
  12. D

    ACCESS 2000 Time Calculation

    I'm having a problem getting the correct minutes when the time out goes to the next day. example: if the time in is 23:40 and the time out is 02:20 I get -1280. What can I do to correct this problem.:confused:
  13. D

    Access 2000 time calculations

    I think the problem is when it converts the decimal into hours and minutes. It usually is ok when it's on the hour or the half hour but it questionable when it's working with 15 or 45 minutes. Thank you for any help. Deb
  14. D

    Access 2000 time calculations

    Thank you I like your suggestions and fix them. deb
  15. D

    Access 2000 time calculations

    ps... the information in the database is fictional it is in the testing stage
Top Bottom