Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
The button will be blank if the condition is not true. ie if
[Cost - Carrier]="APL",
is not true
also this is incorrect
& "&_fid_77=" & URLEncode("[APL GRI Amount]");
needs to be
& "&_fid_77=" & URLEncode([APL GRI Amount]);
[Cost - Carrier]="APL",
is not true
also this is incorrect
& "&_fid_77=" & URLEncode("[APL GRI Amount]");
needs to be
& "&_fid_77=" & URLEncode([APL GRI Amount]);