#20 Didn't you play Battleships when kid? Isn't it much more (lengthy) fun playing the remote version, where the two players don't have the same grid, and there is an unlimited number of squares?
#20 Didn't you play Battleships when kid? Isn't it much more (lengthy) fun playing the remote version, where the two players don't have the same grid, and there is an unlimited number of squares?
Put
MsgBox IIf(Me.[End Date].Locked,"Locked", "Not Locked")
somewhere in the code.
If it says Locked then it must be some other code asking for the value.
It took me forever, but I got it working. I first put in a statement that stated if End Date was locked then 'a' was False. The I used 'if condition a, then condition b'.