I have a form that opens filtered against various criteria.
I have code sitting in the "on load" to update information on the form. If there's no data against the filtered criteria I get a de-bug message. This will obviously (unnecessarily) freak out the client
I assume there would be a relatively simple line of code I can add at the beginning to say "if no records don't run the rest of this code"?
I have code sitting in the "on load" to update information on the form. If there's no data against the filtered criteria I get a de-bug message. This will obviously (unnecessarily) freak out the client
I assume there would be a relatively simple line of code I can add at the beginning to say "if no records don't run the rest of this code"?