M
M Skabialka
A module in form frmPRONGeneration looks at values on the subform like this:
Dim ps As Form
Set ps = Forms!frmPRONGeneration![frmPRONGeneration subform].Form
Select Case ps!LastSerialNumber 'Error 2427 You entered an
expression that has no value
etc
LastSerialNumber is a field on the subform
Why am I getting the error 2427?
I don't understand in what way it has no value.
Thanks,
Mich
Dim ps As Form
Set ps = Forms!frmPRONGeneration![frmPRONGeneration subform].Form
Select Case ps!LastSerialNumber 'Error 2427 You entered an
expression that has no value
etc
LastSerialNumber is a field on the subform
Why am I getting the error 2427?
I don't understand in what way it has no value.
Thanks,
Mich