Forum Discussion
AdamKrzyzanek
2 years agoQrew Captain
Try this for Table A and repeat for Table X
//Show Table A
// here [_DBID_TABLE_A] you should place your Table name from Advance settings
"<a href='" & URLRoot() & "db/" & [_DBID_TABLE_A] & "?a=q&qid=1" & "&query=
//120 = Field number in Table A you want to compare for field from Table B
//EX = Exactly
//Related Table A - field from your Relationship.
{120.EX." & [Related Table A] &"} AND
//31 = field number in Table A which show if classified
{31.XEX." & "active" &"}
'& target=\"_blank\">"&"Active Table A"&"</a>"
------------------------------
Adam Krzyzanek
------------------------------