Search results

  1. Pusher

    Combo box Type and Number

    Thank you :)
  2. Pusher

    Combo box Type and Number

    Hi all, How can I make so that the when the combo box of a Type of unit is entered that only then the next field - number of those units can be filled. Thanks :)
  3. Pusher

    Making a button limit the view of the records

    Let’s say they can see everything. That is not the problem, the information is sensitive, that once entered(marked finished in some way) it must not be changed. Let’s just make it that when the record is entered it can be locked in some way forever. Records are not limited by filing all fields...
  4. Pusher

    Making a button limit the view of the records

    There is a different Login form that gets the name of the user that enters the records, that is how i get my name of user. The repetition is an error, didn't mean to repeat it.
  5. Pusher

    Making a button limit the view of the records

    I'm in a process of figuring out how to do that. I want to go on edit form, but limiting the editing end viewing of record in the form if possible.
  6. Pusher

    Making a button limit the view of the records

    I am trying to figure out how to do that. I would like that they can 1. View all the records that they made (in every record there is a field for the person who entered it) 2. Enter new records, and to go true them if changes are needed 3. After they are finished with the record they can be...
  7. Pusher

    Making a button limit the view of the records

    Hi all, I must limit the possibility of viewing the records by day and by person. Every record has a person that entered the record and date. I want to make my button (buttons for record navigation) limit by person and by date so you can only view that current date and if you entered it...
  8. Pusher

    Locking the form when entering is finished

    How can I make so I can only go true the current date in my form and I can’t go to the lines that are older. Also is there a way that I maybe limit my view of lines by value of one of the fields in my other (login) form.
  9. Pusher

    Locking the form when entering is finished

    It’s actually that the form can go true just the lines that are new from the time you started entering the form. When you lock it the time is reset so you can only then enter new lines and edit them until you lock it again.
  10. Pusher

    Locking the form when entering is finished

    Thanks this works great, but can I limit the entry to one date only. So I can lock only for the last day I enter and I cant change the day before(every thing else is already locked), i don't even need to see the lines from the day before.
  11. Pusher

    Locking the form when entering is finished

    I don't think so :( and i think its single form... Here is my db so you can look, the form is IZVESTAJ
  12. Pusher

    Locking the form when entering is finished

    The Save button, witch will write the record in the table that can't be changed, but that i can go true the records (changing them if i must) that i have not saved.
  13. Pusher

    Locking the form when entering is finished

    That would be a good solution, do you know were i can get to learn how to do that or some other help :)
  14. Pusher

    Locking the form when entering is finished

    where do I do that? Can I make a button to indicate the completion of the form?
  15. Pusher

    How to start a function on windows close command [X]

    I imported the whole thing so I can’t explain it in detail. I just know that the function logmein and out writes a user name time of login and time of logout in a specific table so I can know when and who logged in and logged out
  16. Pusher

    Locking the form when entering is finished

    The nature of entering this form is in a span of a few hours because its real time interventions in the field. When they are finished and all the info is entered (finished) and then it needs to be locked. This works only if you have all the info right away and can go to the next...
  17. Pusher

    How to start a function on windows close command [X]

    I imported the login forms and modules from here - http://www.access-programmers.co.uk/forums/showthread.php?t=193131 - LogMeOut is an action that gets log for exiting the db.
  18. Pusher

    Locking the form when entering is finished

    Hi all, How to lock my form so I can’t change the interventions I locked. I want to be able to enter a number of interventions in a form for different dates (go true them if I need to) and than LOCK them when I want to so it can't be changed and I can than only enter new interventions...
  19. Pusher

    How to start a function on windows close command [X]

    Thanks - i already have a hidden login form for getting a username :)
  20. Pusher

    How to start a function on windows close command [X]

    I have a module with a logmein and logmeoff function that gives users permissions when they login
Back
Top Bottom