Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
no problem",
So if you make a field which is a concatenated formula field called perhaps [Related Vendor - Line of Service] put it on the form
List("-", ToText(Related Vendor]),[Line of service])
and then if your make a similar field on your purchase orders, then you can make the [Related Purchase Order] field conditional on those two fields matching. Be sure to put the the first concatenated field on the form so that the form sees it. Once it is working you may be able to hide it with a form rule.
So if you make a field which is a concatenated formula field called perhaps [Related Vendor - Line of Service] put it on the form
List("-", ToText(Related Vendor]),[Line of service])
and then if your make a similar field on your purchase orders, then you can make the [Related Purchase Order] field conditional on those two fields matching. Be sure to put the the first concatenated field on the form so that the form sees it. Once it is working you may be able to hide it with a form rule.