Might as well make it two postings. I think VB has eaten my brain.
I have three date fields on a corrective action style form. Dates 1 & 2 must be entered before date 3 can be. How can I restrict date 3, either OnEnter or some other property, to be disabled, or locked, until the other 2 fields contain date data? I tried various If IsNull functions but as I mentioned earlier I think my brain is dead. I also want to include an MsgBox error message indicating why the user cannot enter Date 3 because of Date 1 & 2 not being satisfied.
As always I appreciate your assistance.