Forum Discussion
SystemsBVI
8 years agoQrew Assistant Captain
sorry, my bad. Should have been:
URLRoot() & "db/" & [_DBID_TABLE_1] & "?a=er&dfid=2&rid="& URLEncode([Route ID#])&[Record ID#] & "&_fid_61=1"
I am not sure why there's a dangling &[Record ID#]. You may need to remove that too from your expression.
URLRoot() & "db/" & [_DBID_TABLE_1] & "?a=er&dfid=2&rid="& URLEncode([Route ID#])&[Record ID#] & "&_fid_61=1"
I am not sure why there's a dangling &[Record ID#]. You may need to remove that too from your expression.