Once submitted my form creates a record in a table, one of the fields in the table is Auto Number( generates random nuber, identifier field). On the second form I have a text box that I would like to be populated with the auto number from the last record created from submitting the first form. How can I accomplish this - should I set the default value of the text box to that record's auto number using Dlast or should I create a piece of code that populates that text box when the form opens.