ContributionsMost RecentMost LikesSolutionsAsset check-in loggingI am creating a mobile app that will allow a user to check in an asset. They will scan a barcode or type in an asset id in a a search box. That will bring up the record where there will be a "Check In" button. I want the button to create a new record in a Log table where a Date/Time field has a default of Now(). I want the button to save the record and return to the search dashboard. I am using the standard new record command button: URLRoot() & "db/" & [_DBID_LOGS] & "?a=API_GenAddRecordForm&_fid_7=" & URLEncode ([Record ID#])& "&z=" & Rurl() How do I get it to also save the record and return to the search form. Looking for the proper way to do it now that embedded JavaScript is not an option. ------------------------------ John Luoma ------------------------------