I need to prevent a form from opening if
no data (no picture) is found in an image
control on the form that needs to be
opened.
The form is opened in this manner:
DoCmd OpenForm StDocName,,,stLinkCriteria
Certain records will not have a picture so the
form doesn't need to be opended.
Thank you
no data (no picture) is found in an image
control on the form that needs to be
opened.
The form is opened in this manner:
DoCmd OpenForm StDocName,,,stLinkCriteria
Certain records will not have a picture so the
form doesn't need to be opended.
Thank you