I have a form with four fields. The form is linked to a table, and I want the default value in the form to be the LAST value in the table. I know that I could write a query to run everytime a new record is added to give the last value, but I wanted to find some other suggestions. Thank you in advance.