Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
So this part here
&_fid_3=" & URLEncode ([Record ID#])
says to populate fid 3 with the Record ID# that you are sitting on (ie the Purchase Order Record ID#). But that fid is not the correct one. You need to look at your child table and change that to be the fid of the field for [Related Purchase Order]
&_fid_3=" & URLEncode ([Record ID#])
says to populate fid 3 with the Record ID# that you are sitting on (ie the Purchase Order Record ID#). But that fid is not the correct one. You need to look at your child table and change that to be the fid of the field for [Related Purchase Order]