ContributionsMost RecentMost LikesSolutionsButton URLHello, I am creating a button to update data and perform tasks. I have thousands of records and wanted to know if there is a way to automate pushing the button for each record so i dont have to click each button every week. ------------------------------ Joseph Harari ------------------------------ Button URLI have a button that adds a employee request for vacation days. Whichever team member is requesting, their data will be shown and this request will tally out of that employees balance of their vacation days. The following is the link to their request.- https://pim.quickbase.com/db/bpz9krh8c?a=API_GenAddRecordForm&_fid_43=16208&z=n8yz This employee ID # is 16208 hence the location in the link The button URL code is displayed as URLRoot() & "db/" & [_DBID_TABLE_1] & "?a=API_GenAddRecordForm&_fid_43=" & URLEncode ([Employee ID #])& "&z=" & Rurl() The [employee ID#] adds the new request to the corresponding employee. I want to add a button to the dashboard that opens a request instead of clicking the button to go to a report that has the button to add a request. From my understanding this has to be done with HTML but please correct me if im wrong. I am not skilled in HTML and would love some help getting this done. Thank you, Joe ------------------------------ Joseph Harari ------------------------------