Hi!
If you need to use the Load event then use:
Me.AllowEdits = False
Me.AllowDeletes = False
Me.AllowAdditions = True
Of course, you will need to make it conditional somehow or the form will always open in add mode.
BTW, Vince's code works well, but you can not use it in the Load event, it must be used when opening the form in code.
hth
Jeff Bridgham
bridgham@purdue.edu