QuintenQuinten
8 years agoQrew Assistant Captain
Button won't redirect back to Record in Application
I have a button in a record in Table 1 that creates a new record in a new table (Table 2), in a different application. When I click save in Table 2, it doesn't redirect me back to the record in Table 1. My code is below. I have check a lot of the forums and I'm almost positive my code is right.
URLRoot() & "db/bkxq4vvkf?a=API_GenAddRecordForm&_fid_126=" & URLEncode ([Record ID#])& "&_fid_23=" & URLEncode(UserToName(User())) & "&dfid=10" & "&z=" & Rurl()
URLRoot() & "db/bkxq4vvkf?a=API_GenAddRecordForm&_fid_126=" & URLEncode ([Record ID#])& "&_fid_23=" & URLEncode(UserToName(User())) & "&dfid=10" & "&z=" & Rurl()