this is the error:
run-time Error '2427'
You entered an expression that has no value.
this is the start of the code:
Private Sub Form_Load()
If Me!txtRVID > 0 Then
Explenation:
the form me is a subform and wen you create a new record
my code first loads the form and subform then creates the record in the subform but on load is wen i run this code so the sub form seems to not be accessible to access
run-time Error '2427'
You entered an expression that has no value.
this is the start of the code:
Private Sub Form_Load()
If Me!txtRVID > 0 Then
Explenation:
the form me is a subform and wen you create a new record
my code first loads the form and subform then creates the record in the subform but on load is wen i run this code so the sub form seems to not be accessible to access