|
-
May 17th, 2005, 02:38 AM
#1
Thread Starter
Addicted Member
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?
-
May 17th, 2005, 03:24 AM
#2
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
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|