QBSystem
4 years agoQrew Member
URL to print a list of record based on _fid_ instead of rid
I want to print single records when fid 19 = record id.
I know this works: URLRoot() & "db/" & "brh639uhd" &"?a=printr&rid=" & [Record ID#]
I want to base the records on fid 19 like:
URLRoot() & "db/" & "brh639uhd" &"?a=printr&_fid_19=" & [Record ID#]
Any idea on how to get this to work?
Thanks
------------------------------
Chaim Weiss
------------------------------
I know this works: URLRoot() & "db/" & "brh639uhd" &"?a=printr&rid=" & [Record ID#]
I want to base the records on fid 19 like:
URLRoot() & "db/" & "brh639uhd" &"?a=printr&_fid_19=" & [Record ID#]
Any idea on how to get this to work?
Thanks
------------------------------
Chaim Weiss
------------------------------