Recent content by LVN

  1. L

    filtering duplicate records query problem

    Nevermind... I figured out what you meant by m1, m2. Thank you so much. It worked!!!!!
  2. L

    filtering duplicate records query problem

    Im trying to apply your code.... I am working with one table called RSVP what does the 'M1' and 'M2' indicate?
  3. L

    filtering duplicate records query problem

    1 table contains the records I needs to be queried. The result Im looking for is to view all the clients that have a different advisor assigned to a duplicated ssn. - not same advisors assigned to a duplicated ssn. Example of desired outcome. ssn name advisor plan...
  4. L

    Close button document time

    I added a DateLeft field to my 'UserInput' table. Fields are: userpw;DateEntered;DateLeft;SSN When the user logs on with a user id and password. The password is loged into this table along with the date and time entered. I want it to record the date and time in the same row in the 'DateLeft'...
  5. L

    Close button document time

    Thanks, how can I put that in the 'close' button on the form. I have a table called 'UserOut' fields: Userpw;Date/timeOut(I put Now());SSN This table is to record when the user logs out.
  6. L

    Close button document time

    The DB Im working on is going to be secured. I've created user ids with passwords. I want to create a close button and have it document the time in a table. Log in/out. Please help.
  7. L

    Close button document time

    The DB Im working on is going to be secured. I've created user ids with passwords. I want to create a close button and have it document the time in a table. Log in/out. Please help.
Back
Top Bottom