Good Afternoon,
I am trying to write some code that when the form loads it will check a field that is a one-to-many relationship. Here is the code I have but the alert statement is not firing because my if statement must be wrong. Can anyone point me in the right direction? Thanks in advance!
if (crmForm.all.po_accountid.DataValue=="IBM")
{
alert("hi")
}
Thanks, Dale