
Here's a solution:
If you don't need the record type at all, take it off the menu by setting it's action "Submit" to script and in the script return $result = 0; It will not show on the menu.
Now if the record type is a child you are using and you want to control access and when it can be submitted:
You will need to create the reference relationship to its parent and in the New button you may want to do access control code for the Submit action of the child by setting a SESSION variable to true there and checking for it and with IsMemberOf in the child Submit action.
Cheers..
--Craig