Search results

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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:
  7. D

    Access 2000 time calculations

    My apologies if I'm doing this wrong, this is my first time posting. My question is or should I say my problem is calculating the time. I making a database for the volunteer fire department in my city. and they want to know how many hours each volunteer has each month. I used the DateDiff to...
Top Bottom