isladogs
Access MVP / VIP
- Local time
- Today, 10:20
- Joined
- Jan 14, 2017
- Messages
- 19,329
hi
this works great
Code:Me.Target_Date.Locked = Not IsNull(Me.Target_Date)
but trying to see what other options you all kindly send me I am trying you e different comments
@ridders
I cannot get passed this code
Code:cmdQuit.SetFocus
my control is "Target_date
steve
As stated in my last post:
Sounds like you don't have a cmdQuit button so the code throws an error.
If you don't have that button, delete that line of code ...or set focus to another control if you wish