ChristineWhite
5 years agoQrew Assistant Captain
Button Opens Form and populates parent and child data
I have created a button that opens the new employee table form and pre-populates data from the application table form. Would it be possible to also pre-populate the associated child records with this same button?
URLRoot() & "db/" & "xxxxxxxxx" & "?a=API_GenAddRecordForm"
& "&_fid_6=" & URLEncode ([Candidate - First Name])
& "&_fid_7=" & URLEncode ([Candidate - Last Name])
& "&_fid_8=" & URLEncode ([Candidate - Email])
& "&z=" & Rurl()
------------------------------
Christine White
------------------------------
URLRoot() & "db/" & "xxxxxxxxx" & "?a=API_GenAddRecordForm"
& "&_fid_6=" & URLEncode ([Candidate - First Name])
& "&_fid_7=" & URLEncode ([Candidate - Last Name])
& "&_fid_8=" & URLEncode ([Candidate - Email])
& "&z=" & Rurl()
------------------------------
Christine White
------------------------------