One more thing. Is there a way to add the record but stay in edit mode.
When I click this button:
URLRoot() & "db/" & [_DBID_TABLE_1] & "?a=API_AddRecord&_fid_345=" & URLEncode ([Record ID#])&
"&_fid_365=" & URLEncode ([BU-Plant])&
"&_fid_347=" & URLEncode ([Related Point of Origin])&
"&_fid_350=" & URLEncode ([Related Point of Discovery])&
"&_fid_305=" & URLEncode ([Defect Category])&
"&_fid_110=" & URLEncode ([Related Defect Code])&
"&_fid_29=" & URLEncode ([Quantity Inspected])&
"&_fid_30=" & URLEncode ([Defect Quantity])&
"&_fid_31=" & URLEncode ([Unit of Measurement])&
"&_fid_32=" & URLEncode ([Disposition])&
"&_fid_291=" & URLEncode ([Disposition Comments])&
"&_fid_356=" & URLEncode ([Related Part Location Name])&
"&_fid_24=" & URLEncode ([Defect Description])&
"&z=" & Rurl()& "&rdr=" & URLEncode(URLRoot() & "db/" & Dbid() & "?a=dr&rid=" & [Record ID#])
It adds, but i need it to add then edit.