D
Dave
Access 2003
Example:
If IsNull(Forms!frmEditDispatch.articles) Then
the field "articles" is not actually on the form "frmEditDispatch" but a
subform ("subEditPickup") attached to the form
How do I correctly refer the the field "articles"?
Thanks in advance
Example:
If IsNull(Forms!frmEditDispatch.articles) Then
the field "articles" is not actually on the form "frmEditDispatch" but a
subform ("subEditPickup") attached to the form
How do I correctly refer the the field "articles"?
Thanks in advance