Re: How to disable Add New Record in the code?



Thanks all... that works fine, I am sure. I will try that... Also,
as I stumble around, I found the Before Insert Event and I simply put a
check there as:

If..... then
Cancel = True
End If

That works as well.

Perry

.