Search results

  1. lacampeona

    Solved Every procedure has error handling?

    Hi Doc thanks for nice explanation, and also Uncle thanks for your videos.
  2. lacampeona

    Solved Every procedure has error handling?

    Yes I see in my case my events disable or enabled some fields on the form so the user can not enter or change data in the field.
  3. lacampeona

    Solved Every procedure has error handling?

    Hi Gasman thanks. I will look the videos.
  4. lacampeona

    Solved Every procedure has error handling?

    Hello yes I understand what you mean. My example is about entering a value in some field. When opening some forms- here I use some events on forms load event and current event so with this I am preventing possible errors?
  5. lacampeona

    Solved Every procedure has error handling?

    Ohhh I see and now I undestand what is the purpose of having error handling in the procedure. :unsure: Ohh Then I was doing right all the time. :) I have very special database and I am thinking in all possible mistakes that can occur when user will start entering data in the fields. Thank you...
  6. lacampeona

    Solved Every procedure has error handling?

    Hi Ok I see. So it depends what the code does and what is the purpose? yes in some cases I have code that if some value is null then msg box and some another action? my example:
  7. lacampeona

    Solved Every procedure has error handling?

    Hello experts. I was just reading someting about ms access and read this and then start to think that in my database I do not have any error handling? So my question is that statment true? I have to make for every procedure error handling? Can someone tell me how I can do that? Maybe some...
  8. lacampeona

    Tell me one number from 10 to 99 and I will tell you final result

    My number is 67. Now You tell another number...
  9. lacampeona

    Tell me one number from 10 to 99 and I will tell you final result

    Our result be 226. Tell another number
  10. lacampeona

    Open form to add mode or edit mode

    Very niceee. Nice too hear and nice to see that. I hope you make pictures and have fun with every visit you make. 🤗 Knowledge from you experts is very valuable. :love:🤗
  11. lacampeona

    Open form to add mode or edit mode

    Hi yes Thank you Pat and Gasman for cooperation. :love: I check my events and my corection. It is so nice to see good cooperation from you experts. thank you 🤗
  12. lacampeona

    Open form to add mode or edit mode

    hmmm 🤔 I am opening the second form with on click event? I am opening with where argument like you say? in my before update event i am using some validaton rule?
  13. lacampeona

    Open form to add mode or edit mode

    Thank you for your explanation. I will try also that if I will get in problems with "my" solution. 🤔
  14. lacampeona

    Solved What is locking my form?

    I have to say that I am very stupid. :cautious: I make a mistake and becouse of me the form was all the time locked. When I have a record ID signed ( here all the field are disabled, greyed) then from that record I make another entry...and becouse I use AcFormEdit the fields were all...
  15. lacampeona

    Open form to add mode or edit mode

    Hi Pat Yes finally I think I managed to resolve my problem. I will see with a lot of testing if I am correct. I put acFormAdd and I make also where argument to open a specific record. Ohh I was so stupid. :cautious: thank you very much
  16. lacampeona

    Solved What is locking my form?

    I am just testing and for now i am using some button to open a form in add mode hmmm i still have to try all the suggestions from Pat and I think my problem is the same like here: https://www.access-programmers.co.uk/forums/threads/open-form-to-add-mode-or-edit-mode.295855/
  17. lacampeona

    Open form to add mode or edit mode

    Hi Gasman how you resolve that problem?
  18. lacampeona

    Solved What is locking my form?

    Well I think that my situation is very complicated. But I will try what you all suggest me today. To set Data entry to No. I need that users always when choosing records from form A and when going to the form B to enter data like new record. User just need to enter data. If he want to see...
  19. lacampeona

    Solved What is locking my form?

    OK I will think what to do i will do a lot of testing I am entering into new entry from some another form. They are connected. Becouse of that I set Data entry to Yes...but now i am thinking to make some button so the user will click that button to enter new data. ohhh i just wanted to be more...
  20. lacampeona

    Solved What is locking my form?

    Hi Pat Yes I am sure that must be some my mistake. Well now I put in the form properties the form in dialog yes and now on load event is no errror?? hmmm very strange I will continue testing to see if the error will apperar again ohhhhh :cautious: Before I have in this way: now I just...
Back
Top Bottom