Hello List,
Is there a way to fire off a query attached to a multi-line if user hits <enter> on field.
Maybe something like this in On Change Logic:
if _EOM$=$0D$ and NUL(CUSTOMER$) then fire off query?
Jeff
I am actually all set on this.
One of my coworkers just told me that I could do this via the validation logic on the multi-line.
In the validation logic if value is null then auto pop query.
jeff