Results 1 to 5 of 5

Thread: [Resolved] how to set value on locked textbox?

Hybrid View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2005
    Posts
    158

    Re: how to set value on locked textbox?

    one thing that wonder me is, if i set a textbox locked to true, the access still could update the form? i mean this is unfair, why access could update my locked control while i can't?

  2. #2
    Don't Panic! Ecniv's Avatar
    Join Date
    Nov 2000
    Location
    Amsterdam...
    Posts
    5,343

    Re: how to set value on locked textbox?

    You can lock the control in vb too (I think) but in vba all it means is that the user cannot change what is displayed in it.

    Via code you can and if you have bound that textbox to a field, changing it via code will probably be saved.

    Problem with bound forms

    BOFH Now, BOFH Past, Information on duplicates

    Feeling like a fly on the inside of a closed window (Thunk!)
    If I post a lot, it is because I am bored at work! ;D Or stuck...
    * Anything I post can be only my opinion. Advice etc is up to you to persue...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width