J
Jason
The following codes works except for when I use shift tab to go from the
first field to the last field in the previous record.
The error is: Run-time error '2455':
You entered an expression that has an invalid reference to the property
Form/Report.
The property may not exist or may not apply to the object you specified.
If Nz(DVDrecID, 0) = 0 Then
DVDProgListSubform.Form.AllowAdditions = False
Else
DVDProgListSubform.Form.AllowAdditions = True
End If
it's the second to last line.
Thanks,
J.
first field to the last field in the previous record.
The error is: Run-time error '2455':
You entered an expression that has an invalid reference to the property
Form/Report.
The property may not exist or may not apply to the object you specified.
If Nz(DVDrecID, 0) = 0 Then
DVDProgListSubform.Form.AllowAdditions = False
Else
DVDProgListSubform.Form.AllowAdditions = True
End If
it's the second to last line.
Thanks,
J.