> Hi Folks,
>
[quoted text clipped - 26 lines]
>
> Thanks for the help.
These events are only fired when data is changed interactively, by the user.
I haven't tested this, but I think you should be able to use the
BeforeInsert event of the subform instead. Something like ...
Private Sub Form_BeforeInsert(Cancel As Integer)
If Me.RecordsetClone.Count >= 10 Then
Cancel = True
End If
End Sub

Signature
Brendan Reynolds
Giles B - 22 May 2007 11:03 GMT
Brendan
Thanks for the quick response, I'll give it a try and let you know.
Rgrds
Giles
> > Hi Folks,
> >
[quoted text clipped - 38 lines]
>
> End Sub
Giles B - 22 May 2007 13:04 GMT
Brendan,
Worked great - thanks for the advice.
Giles
> Brendan
>
[quoted text clipped - 46 lines]
> >
> > End Sub
Jaybird - 16 Nov 2007 14:14 GMT
That was awesome, Brendan! Thank you very much for posting this answer! It
helped immensely!

Signature
Why are you asking me? I dont know what Im doing!
Jaybird