R
RichardT
I have a table with a status field with values of either "OK" or
"Incomplete". This table sits in a subform. I want to run an update process
(macro or VBA) on the main form, but I want the process to first check if
there are any values in the subform that are still set to "Incomplete" - if
so, then I would like to display an error message and stop processing.
Any ideas how to do this?
Thanks
"Incomplete". This table sits in a subform. I want to run an update process
(macro or VBA) on the main form, but I want the process to first check if
there are any values in the subform that are still set to "Incomplete" - if
so, then I would like to display an error message and stop processing.
Any ideas how to do this?
Thanks