ArchiveUser
8 years agoQrew Captain
Modify a button to save before adding a record in a separate table
I have the following button working to go to a different table and add a record for the related project. What I would like to do is add in a save part to happen before going to the new table and adding a record.
URLRoot() & "db/" & [_DBID_REGULATOR_INFORMATION] & "?a=API_GenAddRecordForm&_fid_95=" & URLEncode ([ProjectID#])& "&z=" & Rurl()I saw Dan's Pastie about Save and Edit but it uses HTML and I don't know if I can use HTML with the above.