If you have an external qualification on a table field and you need to compare the ticket number from the destination to the current form, what is the syntax since you cant use quotes i.e. 'ParentTicketNumber' = "$TicketNumber$" compares the ParentTicket Number to the literal value $TicketNumber$. If I leave off the ""s, I get the TicketNumber value but it will not compare since the data types do not match.