Search results

  1. O

    How to not allow Time entry to change once entered.

    unfortunately this doesnt work either and has made it worse. In this video I have tried to show my problem. The empty record template that's already on the screen works perfectly. You can see I add a name, the start time instantly begins and cannot be changed even if a name is added or...
  2. O

    How to not allow Time entry to change once entered.

    Thank you for your advice but i think you are overcomplicating things. The system was made by someone else and I am trying to improve it. I cannot change too much as people will not know how to use the new system then. Barcodes are therefore not an option. Porters currently come back to the main...
  3. O

    How to not allow Time entry to change once entered.

    This code has 1 issue im afraid. It doesnt work when a new record is created through "new job" form. You can assign a porter to the job but It will not allow any Start Time to be added at all. Is there any way to fix that? I have tried messing around with the code but nothing works, I will...
  4. O

    How to not allow Time entry to change once entered.

    I tried them but they didnt seem to work. Sorry
  5. O

    How to not allow Time entry to change once entered.

    YES. Thank you a lot once again. Youre very smart. Thats the last thing I needed to do on this project. Thank you very much for your help :)))
  6. O

    How to not allow Time entry to change once entered.

    unfortunately this hasnt worked. I want the users to be able to add their names to a job and also add notes to it if necessary. I just need the start time to never change once it has been set. im thinking some sort of code like : after jobstart update, lock it from changing. im not sure how to...
  7. O

    How to not allow Time entry to change once entered.

    I have this job booking system where the start time and end time is recorded. Only problem is that if the user takes their name off and puts it back on then the timer resets to the current time. Is it possible to allow only one time entry and then to lock after that and not change at all? I...
  8. O

    Creating Stopwatch in Access

    thank you for all your help. This worked well but there was a me.requery somewhere else in the code that was confusing but all sorted now :)
  9. O

    Creating Stopwatch in Access

    is it possible to make it refresh every minute instead of second? I have tried changing the timer interval on the form properties and in the module but it doesnt seem to change. It will give users time to reconsider their actions like adding jobs or notes or finishing jobs. I dont need the...
  10. O

    Creating Stopwatch in Access

    EXACTLY what i need. Thank you so much for taking the time to do it for me. Especially as you made a module I would never have known how to do it. Thank you :)
  11. O

    Creating Stopwatch in Access

    but im very cofused how to integrate this? how do i connect a text box and button to this code?
  12. O

    Creating Stopwatch in Access

    Hi , I really need some help as I'm struggling on this. I want to create a stopwatch timer that is on a form for each record. The form displays a list of jobs which users add their name to. I know how to show the start time but I need a counter next to it in the format 00:00 that shows how...
Back
Top Bottom