Hi,
I have a button pointing to a related record in another d/b in a script.
d/b 1, script1: go to related record; goto external script in d/b 2.
d/b 2, script1: go to Layout Main
The problem is that if there are no matching related records, it still goes to the layout in main to the record it was last at which is wrong. It should have a message saying "No matching records"
Is there a way to prevent this? For example, is there a way to say "If (no related records) then..."?
Thanks!